Skip to content

Commit

Permalink
Merge 756b871 into 6f9ac6d
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Charbonnier committed Aug 29, 2014
2 parents 6f9ac6d + 756b871 commit 2df063b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hsp/rt.js
Expand Up @@ -133,7 +133,7 @@ refresh.addTemplate = function (tpl) {
*/
exports.template = function (arg, contentFunction) {
// closure variables
var ng = new NodeGenerator(null), args = [], sz = 0, hasController = false, Ctl = null;
var ng = new NodeGenerator(null), args = [], sz = 0, hasController = false, Ctl = null, fileScope;
if (arg.constructor === Array) {
sz = arg.length;
for (var i = 0; sz > i; i++) {
Expand Down Expand Up @@ -162,7 +162,7 @@ exports.template = function (arg, contentFunction) {
}

var f = function () {
var cw = null, cptInitArgs = null, fileScope;
var cw = null, cptInitArgs = null;
if (!ng.nodedefs) {
try {
var r = contentFunction(nodes);
Expand Down

0 comments on commit 2df063b

Please sign in to comment.