bookshelf-modelbase
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -10,5 +10,7 @@ var extend = require('xtend') | ||
var modelPrototype = bookshelf.Model.prototype | ||
var model = bookshelf.Model.extend({ | ||
initialize: function (attrs, options) { | ||
bookshelf.Model.prototype.initialize.call(this) | ||
modelPrototype.initialize.call(this) | ||
@@ -15,0 +17,0 @@ if (this.validate) { |
{ | ||
"name": "bookshelf-modelbase", | ||
"version": "2.5.1", | ||
"version": "2.5.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
17866
322