Comparing version 0.2.1-alpha to 0.2.2-alpha
{ | ||
"name": "imvvm", | ||
"version": "0.2.1-alpha", | ||
"version": "0.2.2-alpha", | ||
"homepage": "https://github.com/entrendipity/imvvm", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -12,3 +12,3 @@ /* global IMVVM */ | ||
AppState: function(){ | ||
return AppModel(this.appStateChangedHandler).apply(this, arguments); | ||
return new AppModel(this.appStateChangedHandler).apply(this, arguments); | ||
}, | ||
@@ -15,0 +15,0 @@ |
@@ -80,3 +80,3 @@ /*jshint camelcase:false */ | ||
Person: function(){ | ||
return PersonModel(this.personStateChangedHandler).apply(this, arguments); | ||
return new PersonModel(this.personStateChangedHandler).apply(this, arguments); | ||
}, | ||
@@ -83,0 +83,0 @@ |
{ | ||
"name": "imvvm", | ||
"description": "Immutable MVVM for React", | ||
"version": "0.2.1-alpha", | ||
"version": "0.2.2-alpha", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "imvvm", |
121556