Comparing version 0.2.3 to 0.2.4
@@ -167,3 +167,4 @@ "use strict"; | ||
this.out.push(" class=\""); | ||
for (var i in this.selector.classes) { | ||
var totalSel = this.selector.classes.length; | ||
for (var i = 0; i < totalSel; i++) { | ||
if (i > 0) this.out.push(" "); | ||
@@ -170,0 +171,0 @@ this.out.push(this.selector.classes[i]); |
{ | ||
"name": "rho", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Easy-to-{read,write,understand} semantic markup language for Node", | ||
@@ -5,0 +5,0 @@ "author": "Boris Okunskiy <boris@okunskiy.name>", |
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
161274
3530