Comparing version 1.0.1 to 1.0.2
@@ -403,3 +403,3 @@ var strIndex = 0 | ||
// var index = Math.min.apply(0, pool) | ||
if (index !== 0) { | ||
if (index > 0) { | ||
this.createText(left, index) | ||
@@ -406,0 +406,0 @@ } |
@@ -408,3 +408,3 @@ (function(global, factory) { | ||
// var index = Math.min.apply(0, pool) | ||
if (index !== 0) { | ||
if (index > 0) { | ||
this.createText(left, index) | ||
@@ -411,0 +411,0 @@ } |
{ | ||
"name": "jsx-parser", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "a simple jsx parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
149059