Comparing version 0.3.0 to 0.4.0
@@ -221,3 +221,3 @@ !function(global){ | ||
if ( typeof instance.init === "function" ){ | ||
contructorResult = ( arguments.length > 1 ) ? instance.init.apply( instance, Array.prototype.slice.call( arguments ) ) : instance.init( options || {} ); | ||
contructorResult = ( arguments.length > 1 ) ? instance.init.apply( instance, Array.prototype.slice.call( arguments ) ) : instance.init( options ); | ||
if ( typeof contructorResult === "object" || typeof contructorResult === "function" ) instance = contructorResult; | ||
@@ -224,0 +224,0 @@ } |
{ | ||
"name" : "ee-class" | ||
, "description" : "Javascript Class implementation for node.js & ecma script 5 compatible browsers" | ||
, "version" : "0.3.0" | ||
, "version" : "0.4.0" | ||
, "homepage" : "https://github.com/eventEmitter/ee-class" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
@@ -117,2 +117,4 @@ # ee-class | ||
- 0.2.7: Added support fo Object.defineProperties() | ||
- 0.2.8: Removed all occurences of __proto__ in th eclass implementation, replaced the by Object.getPrototypeOf() | ||
- 0.2.8: Removed all occurences of __proto__ in th eclass implementation, replaced the by Object.getPrototypeOf() | ||
- 0.3.0: Removed the deprecated «parent» property | ||
- 0.4.0: Removed the default value passed to a class constructor |
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
14441
119