Call expressions

This commit is contained in:
Tim Schaub
2013-06-10 16:17:21 -06:00
parent 2f7e74ab35
commit fbb028e15e
4 changed files with 138 additions and 15 deletions

View File

@@ -761,7 +761,6 @@ ol.expression.Lexer.prototype.scanStringLiteral_ = function(quote) {
quote === ol.expression.Char.DOUBLE_QUOTE,
'Strings must start with a quote: ' + String.fromCharCode(quote));
var start = this.index_;
this.increment_(1);
var str = '';