Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
update the latest dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
neraliu committed Jun 9, 2015
1 parent fb1ab95 commit 3d0910e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions dist/secure-handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7965,9 +7965,11 @@ function amdefine(module, requireFn) {
});

//Wait for next tick to call back the require call.
process.nextTick(function () {
callback.apply(null, deps);
});
if (callback) {
process.nextTick(function () {
callback.apply(null, deps);
});
}
}
}

Expand Down Expand Up @@ -9268,7 +9270,7 @@ var ContextParser = require('./strict-context-parser.js'),
configContextParser = {
enableInputPreProcessing: true,
enableCanonicalization: true,
enableIEConditionalComments: true,
enableIEConditionalComments: false,
enableStateTracking: true
},
handlebarsUtils = require('./handlebars-utils.js'),
Expand Down
Loading

0 comments on commit 3d0910e

Please sign in to comment.