mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
integrated parser into graphite target editor
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user