bookshelf-scopes
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "bookshelf-scopes", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Giving you Rails like scopes in Bookshelf.js.", | ||
@@ -5,0 +5,0 @@ "main": "src/scopes.js", |
@@ -22,5 +22,5 @@ 'use strict'; | ||
/*self[property] = function() { | ||
self[property] = function() { | ||
return this.prototype[property].apply(this, arguments); | ||
}*/ | ||
} | ||
}) | ||
@@ -27,0 +27,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
11022