integrated parser into graphite target editor

This commit is contained in:
Torkel Ödegaard
2013-12-24 13:01:50 +01:00
parent dd902d5a15
commit bc3cad209f
3 changed files with 2 additions and 9 deletions

View File

@@ -577,7 +577,7 @@ define([
* var str = "hello\
* world";
*/
scanStringLiteral: function (checks) {
scanStringLiteral: function () {
/*jshint loopfunc:true */
var quote = this.peek();
@@ -587,8 +587,6 @@ define([
}
var value = "";
var startLine = this.line;
var startChar = this.char;
this.skip();