turn off notes js debugging

This commit is contained in:
Arthur Barrett
2013-05-06 19:35:41 -04:00
parent 4070e019e4
commit ade6d4085d

View File

@@ -1,5 +1,5 @@
class StudentNotes
_debug: true
_debug: false
targets: [] # holds elements with annotator() instances
@@ -70,4 +70,4 @@ class StudentNotes
#
# Comment this line to disable notes.
$(document).ready ($) -> new StudentNotes $, @
$(document).ready ($) -> new StudentNotes $, @