scrat-swig
Advanced tools
Comparing version 0.1.8-1 to 0.1.8-2
@@ -218,2 +218,7 @@ 'use strict' | ||
} | ||
if(this.combo && used.length){ | ||
for(var i = 0, len = used.length; i < len; i++){ | ||
used[i] = this.comboURI(used[i]); | ||
} | ||
} | ||
var code = 'pagelet.init(' + (this.combo ? 1 : 0) + ',"' + this.getComboPattern() + '",["' + used.join('","') + '"]);'; | ||
@@ -220,0 +225,0 @@ html += '<script>' + code + '</script>\n'; |
{ | ||
"name": "scrat-swig", | ||
"version": "0.1.8-1", | ||
"version": "0.1.8-2", | ||
"description": "Extensions of swig for scrat", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15247
557