diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-09 08:23:11 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-09 08:23:11 +0200 |
commit | 99594791e0c34aee3659370b8c2072df815c9051 (patch) | |
tree | 5a523d3cbd3aec55a9bbf97beda7bff7605e9b62 /theme/javascript/execute/javascript.js | |
parent | 1b432288f041baef2ebe54c96a7a86f547b14c67 (diff) | |
parent | 2cc23b7e3411e1748bc8a25114a7bf9185a210f1 (diff) | |
download | gitbook-99594791e0c34aee3659370b8c2072df815c9051.zip gitbook-99594791e0c34aee3659370b8c2072df815c9051.tar.gz gitbook-99594791e0c34aee3659370b8c2072df815c9051.tar.bz2 |
Merge Optional github
Diffstat (limited to 'theme/javascript/execute/javascript.js')
-rw-r--r-- | theme/javascript/execute/javascript.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/javascript/execute/javascript.js b/theme/javascript/execute/javascript.js index d967038..ddbc2c1 100644 --- a/theme/javascript/execute/javascript.js +++ b/theme/javascript/execute/javascript.js @@ -2,6 +2,7 @@ define(function() { return { id: "javascript", assertCode: "function assert(condition, message) { \nif (!condition) { \n throw message || \"Assertion failed\"; \n } \n }\n", - REPL: JSREPL + REPL: JSREPL, + sep: ";\n", }; -});
\ No newline at end of file +}); |