Comparing version 3.1.5 to 3.1.6
@@ -15,6 +15,2 @@ 'use strict'; | ||
if (this.name == 'svg') { | ||
this.construct.push((0, _sourceNode.sourceNode)(this.loc, [this.nodeName, ".setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:xlink', 'http://www.w3.org/1999/xlink');"])); | ||
} | ||
var children = (0, _utils.map)(this.body, function (node) { | ||
@@ -21,0 +17,0 @@ node.parent = _this; // This is needed for backward lookup then optimizing "if" and "for". |
@@ -5,3 +5,2 @@ (function (document) { | ||
* @class | ||
* @constructor | ||
*/ | ||
@@ -8,0 +7,0 @@ function Monkberry() { |
{ | ||
"name": "monkberry", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "JavaScript DOM Template Engine", | ||
@@ -5,0 +5,0 @@ "bin": "bin/monkberry", |
82164
1764