classified
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -205,3 +205,3 @@ /** | ||
method.load = function() { | ||
return this.get().load(); | ||
return this.get().load.apply(null, arguments); | ||
}; | ||
@@ -208,0 +208,0 @@ |
{ | ||
"name": "classified", | ||
"description": "Real OOP for Javascript", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Christian Blanquera", |
22017