kung-fig-dynamic
Advanced tools
Comparing version 0.41.11 to 0.41.12
{ | ||
"name": "kung-fig-dynamic", | ||
"version": "0.41.11", | ||
"version": "0.41.12", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=6.0.0" |
@@ -63,3 +63,3 @@ /* | ||
Implement.prototype.getValue = function getValue() { | ||
if ( this.id ) { console.log( ".getValue() for" , this.id ) ; } | ||
//if ( this.id ) { console.log( ".getValue() for" , this.id ) ; } | ||
this.getValueCount ++ ; | ||
@@ -71,3 +71,3 @@ if ( ! this.__isDynamic__ ) { return this ; } | ||
Implement.prototype.apply = function apply() { | ||
if ( this.id ) { console.log( ".apply() for" , this.id ) ; } | ||
//if ( this.id ) { console.log( ".apply() for" , this.id ) ; } | ||
this.applyCount ++ ; | ||
@@ -74,0 +74,0 @@ if ( ! this.__isApplicable__ ) { return this ; } |
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
18125