removed unused parameter in templates.prepare

v1.18.x
psychobunny 11 years ago
parent 42d77080f3
commit 6dcd06b63c

@ -48,7 +48,7 @@
}
};
templates.prepare = function (raw_tpl, data) {
templates.prepare = function (raw_tpl) {
var template = {};
template.html = raw_tpl;
template.parse = parse;

Loading…
Cancel
Save