Comparing version 0.0.3 to 0.0.4
@@ -57,3 +57,2 @@ (function (global, factory) { | ||
function Serializer(styles) { | ||
var that = this; | ||
forEach(requireStyles, function (style) { | ||
@@ -89,3 +88,2 @@ if (!styles[style]) { | ||
Serializer.prototype.serializeEntry = function (entry) { | ||
var that = this; | ||
if (entry.style in this.styles) { | ||
@@ -292,4 +290,2 @@ return this.styles[entry.style].apply(this.styles, entry.args); | ||
var that = this; | ||
extend(this, defaults, { | ||
@@ -296,0 +292,0 @@ indentationLevel: 0, |
{ | ||
"name": "magicpen", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Styled output in both consoles and browsers", | ||
@@ -5,0 +5,0 @@ "main": "magicpen.js", |
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
65363
824