bookshelf-modelbase
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -10,7 +10,5 @@ var extend = require('xtend') | ||
var modelPrototype = bookshelf.Model.prototype | ||
var model = bookshelf.Model.extend({ | ||
initialize: function (attrs, options) { | ||
modelPrototype.initialize.call(this) | ||
constructor: function () { | ||
bookshelf.Model.apply(this, arguments) | ||
@@ -17,0 +15,0 @@ if (this.validate) { |
{ | ||
"name": "bookshelf-modelbase", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "Extensible ModelBase for bookshelf-based model layers", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
17806
321