ember-cli-simple-store
Advanced tools
Comparing version 5.9.2 to 5.9.3
@@ -21,3 +21,2 @@ import ObjectProxy from '@ember/object/proxy'; | ||
this.isCopyingMethods = true; | ||
for(let method in model) { | ||
@@ -30,3 +29,2 @@ if(typeof model[method] === "function") { | ||
} | ||
this.isCopyingMethods = false; | ||
}, | ||
@@ -36,9 +34,2 @@ | ||
unknownProperty() { | ||
if (this.isCopyingMethods) { | ||
return; | ||
} | ||
return this._super(...arguments); | ||
}, | ||
proxyMethod(method) { | ||
@@ -45,0 +36,0 @@ this[method] = function() { |
ember-cli-simple-store Changelog | ||
============================== | ||
5.9.3 | ||
----- | ||
* [DEPENDENCY]: upgrade to ember v3.1.1 | ||
5.9.2 | ||
@@ -5,0 +10,0 @@ ----- |
{ | ||
"name": "ember-cli-simple-store", | ||
"version": "5.9.2", | ||
"version": "5.9.3", | ||
"description": "ember-cli addon that provides a simple identity map for ember.js web applications", | ||
@@ -46,3 +46,3 @@ "directories": { | ||
"ember-resolver": "^4.0.0", | ||
"ember-source": "3.1.0", | ||
"ember-source": "3.1.1", | ||
"ember-try": "^0.2.23", | ||
@@ -49,0 +49,0 @@ "eslint-plugin-ember": "^5.0.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262572
472