Skip to content

Commit

Permalink
Merge pull request #753 from wodim/master
Browse files Browse the repository at this point in the history
Fix typo in the example javascript code of index.html
  • Loading branch information
bitwiseman committed Nov 10, 2015
2 parents dec8854 + 9976ce7 commit 44ccce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
read_settings_from_cookie();

var default_text =
"// This is just a sample script. Paste your real code (javascript or HTML) here.\n\nif ('this_is'==/an_example/){of_beautifer();}else{var a=b?(c%d):e[f];}";
"// This is just a sample script. Paste your real code (javascript or HTML) here.\n\nif ('this_is'==/an_example/){of_beautifier();}else{var a=b?(c%d):e[f];}";
var textArea = $('#source')[0];

if (the.use_codemirror && typeof CodeMirror !== 'undefined') {
Expand Down

0 comments on commit 44ccce9

Please sign in to comment.