Comparing version 1.0.4 to 1.0.5
@@ -203,3 +203,3 @@ /** @jsx h */ | ||
for (var property in state) { | ||
this.state[property] = state[propery]; | ||
this.state[property] = state[property]; | ||
} | ||
@@ -206,0 +206,0 @@ } else if (state.constructor === Array) { |
{ | ||
"name": "neowidget", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Virtual DOM based Widget for Neon.js", | ||
@@ -5,0 +5,0 @@ "repository" : "https://github.com/sgarza/NeoWidget", |
10347