Added comments for some regex used in bindings.

This commit is contained in:
Nedyalko Nikolov
2015-07-01 10:24:02 +03:00
parent 440e5968f2
commit cff1e8f891
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,5 @@
var expressionSymbolsRegex = /[ \+\-\*%\?:<>=!\|&\(\)\[\]^~]/;
// regex that contains all symbols applicable for expression used to AI detect an expression.
var expressionSymbolsRegex = /[ \+\-\*%\?:<>=!\|&\(\)\[\]^~]/;
export module bindingConstants {
export var sourceProperty = "sourceProperty";