busy-utils
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -205,3 +205,3 @@ /** | ||
if (!(value instanceof DS.Model) && value.get) { | ||
if (!(value instanceof DS.Model) && typeof value === 'object' && value.get) { | ||
// if DS.PromiseObject then get the content model from the object and check it. | ||
@@ -208,0 +208,0 @@ value = !Ember.isNone(value.get('content')) ? value.get('content') : value; |
{ | ||
"name": "busy-utils", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
36031