eden-class
Advanced tools
Comparing version 0.0.29 to 0.0.30
18
class.js
@@ -46,20 +46,2 @@ module.exports = require('classified-magic')(function() { | ||
/** | ||
* Force outputs any class property | ||
* | ||
* @param mixed | ||
* @param string|null | ||
* @return this | ||
*/ | ||
this.inspect = function(variable, next) { | ||
this.argument().test(2, 'string', 'undef'); | ||
var inspector = require('./class/inspect').load(); | ||
//if variable is true | ||
if(variable === true) { | ||
return inspector.next(this, next); | ||
} | ||
return this; | ||
}; | ||
/** | ||
* Returns a state that was previously saved | ||
@@ -66,0 +48,0 @@ * |
{ | ||
"name": "eden-class", | ||
"description": "Eden JS Base Class", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Christian Blanquera", |
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
20467
12
528