DOMBuilder
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -14,3 +14,3 @@ var DOMBuilder = require('./core') | ||
/** RegExp for specifying the loop variable for a ForNode. */ | ||
var FOR_RE = /( in )([\w_]+)$/ | ||
var FOR_RE = /( in )([\.\w_]+)$/ | ||
/** Separator for specifying multiple variable names to be unpacked. */ | ||
@@ -17,0 +17,0 @@ var UNPACK_SEPARATOR_RE = /, ?/ |
{ | ||
"name": "DOMBuilder" | ||
, "description": "Builder library - generate HTML with an API which is also usable in the browser" | ||
, "version": "2.1.2" | ||
, "version": "2.1.3" | ||
, "author": "Jonathan Buchanan <jonathan.buchanan@gmail.com> (https://github.com/insin)" | ||
@@ -6,0 +6,0 @@ , "tags": ["dualsided", "DOM", "HTML", "builder", "templates"] |
76168