Update latex.js

Temporary fix. I proposed the same change to the official repo.
This commit is contained in:
Daniel Felder 2014-07-15 01:44:39 +02:00
parent 2553f51e44
commit 6015788e41

View file

@ -15,6 +15,8 @@ var Mode = function() {
oop.inherits(Mode, TextMode);
(function() {
this.type = "text";
this.lineCommentStart = "%";
}).call(Mode.prototype);