Comparing version 0.2.18 to 0.2.19
@@ -877,3 +877,7 @@ // Generated by CoffeeScript 1.4.0 | ||
if (_.isString(attrs[key])) { | ||
_this[key] = _this.inflate(attrs[key], key, constructor); | ||
if (_this.inflate) { | ||
_this[key] = _this.inflate(attrs[key], key, constructor); | ||
} else { | ||
_this[key] = attrs[key]; | ||
} | ||
} else { | ||
@@ -880,0 +884,0 @@ if (_this[key] instanceof Backbone.Collection) { |
@@ -886,3 +886,7 @@ /* | ||
if (_.isString(attrs[key])) { | ||
_this[key] = _this.inflate(attrs[key], key, constructor); | ||
if (_this.inflate) { | ||
_this[key] = _this.inflate(attrs[key], key, constructor); | ||
} else { | ||
_this[key] = attrs[key]; | ||
} | ||
} else { | ||
@@ -889,0 +893,0 @@ if (_this[key] instanceof Backbone.Collection) { |
@@ -887,3 +887,7 @@ /* | ||
if (_.isString(attrs[key])) { | ||
_this[key] = _this.inflate(attrs[key], key, constructor); | ||
if (_this.inflate) { | ||
_this[key] = _this.inflate(attrs[key], key, constructor); | ||
} else { | ||
_this[key] = attrs[key]; | ||
} | ||
} else { | ||
@@ -890,0 +894,0 @@ if (_this[key] instanceof Backbone.Collection) { |
{ "name": "highbrow" | ||
, "version": "0.2.18" | ||
, "version": "0.2.19" | ||
, "description": "A Backbone Base Framework" | ||
@@ -4,0 +4,0 @@ , "main": "lib/highbrow.js" |
Sorry, the diff of this file is not supported yet
324367
5496