diff --git a/taglibs/core/AssignNode.js b/taglibs/core/AssignNode.js index a42e68b97..7789b0aed 100644 --- a/taglibs/core/AssignNode.js +++ b/taglibs/core/AssignNode.js @@ -14,7 +14,7 @@ * limitations under the License. */ 'use strict'; -var varNameRegExp = /^[A-Za-z_][A-Za-z0-9_\.]*$/; +// var varNameRegExp = /^[A-Za-z_][A-Za-z0-9_\.]*$/; function AssignNode(props) { AssignNode.$super.call(this); if (props) {