Left-hand-side expression parsing

This commit is contained in:
Tim Schaub
2013-06-11 15:37:36 -06:00
parent 803b3a3f7d
commit a0bd736948
2 changed files with 75 additions and 5 deletions

View File

@@ -333,7 +333,8 @@ ol.expression.Parser.prototype.parseGroupExpression_ = function(lexer) {
/**
* Parse left-hand-side expression.
* Parse left-hand-side expression. Limited to Member Expressions
* and Call Expressions.
* http://www.ecma-international.org/ecma-262/5.1/#sec-11.2
*
* @param {ol.expression.Lexer} lexer Lexer.