coffeescript-module
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -20,3 +20,3 @@ // Generated by CoffeeScript 1.7.1 | ||
if ((_ref = obj.extended) != null) { | ||
_ref.apply(this); | ||
_ref.call(this, this); | ||
} | ||
@@ -35,3 +35,3 @@ return this; | ||
if ((_ref = obj.included) != null) { | ||
_ref.apply(this); | ||
_ref.call(this, this); | ||
} | ||
@@ -38,0 +38,0 @@ return this; |
{ | ||
"name": "coffeescript-module", | ||
"description": "A base class for your Coffeescript projects", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Ryan LeFevre <meltingice8917@gmail.com> (http://meltingice.net)", | ||
@@ -6,0 +6,0 @@ "homepage": "http://meltingice.net/2013/03/06/a-coffeescript-base-class/", |
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
5569