integrated parser into graphite target editor

This commit is contained in:
Torkel Ödegaard
2013-12-24 12:38:47 +01:00
parent e19d3a531c
commit 042e2a208d
4 changed files with 47 additions and 13 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ define([
return {
type: 'number',
value: this.tokens[this.index-1].value
value: parseInt(this.tokens[this.index-1].value)
};
},