removing this bit

This commit is contained in:
Paul R. Tagliamonte 2013-03-11 21:38:20 -04:00
parent 84a7fbb301
commit ac1e8ebb16

View File

@ -19,7 +19,6 @@
# DEALINGS IN THE SOFTWARE.
HyCodeMirror = CodeMirror.fromTextArea($('#hython-target')[0], {
value: "(print \"hello, world\")",
mode: "clojure",
theme: "twilight",
autofocus: true,