diff options
Diffstat (limited to 'src/editor/simple/example_based.js')
| -rw-r--r-- | src/editor/simple/example_based.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/simple/example_based.js b/src/editor/simple/example_based.js index 07725d242..83fde0f6c 100644 --- a/src/editor/simple/example_based.js +++ b/src/editor/simple/example_based.js @@ -150,7 +150,7 @@ function exb_linbuttons(g,ci,f) { var b=button("Test it",test_it); buttons.push(b) } - var exb_output=node("span",{class:"exb_output"},[]); + var exb_output=node("span",{"class":"exb_output"},[]); buttons.push(exb_output) } return buttons |
