Comparing version 0.0.10 to 0.0.11
@@ -62,3 +62,3 @@ // Generated by CoffeeScript 1.7.1 | ||
this._initErrors(); | ||
this.initialize(); | ||
this.initialize(options); | ||
this.debug("loaded"); | ||
@@ -92,2 +92,4 @@ return; | ||
Overwritible Method to initialize the module | ||
@param {Object} options Basic config object passed to constructor | ||
@@ -97,3 +99,3 @@ @api public | ||
Basic.prototype.initialize = function() {}; | ||
Basic.prototype.initialize = function(options) {}; | ||
@@ -100,0 +102,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Basic class", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"homepage": "https://github.com/mpneuried/mpbasic", | ||
@@ -8,0 +8,0 @@ "private": false, |
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
23596
364