Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdwind committed Jan 30, 2015
1 parent 65be9d6 commit 5438a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "velocityjs",
"description": "Velocity Template Language(VTL) for JavaScript",
"version": "0.5.0-alpha.4",
"version": "0.5.0-alpha.5",
"keywords": [
"velocity template"
],
Expand Down
4 changes: 1 addition & 3 deletions src/compile/blocks.js
Expand Up @@ -87,9 +87,7 @@ module.exports = function(Velocity, utils){
};
}

if (!jsmacros.context) {
jsmacros.context = this.context;
}
jsmacros.context = this.context;

try {
ret = macro.apply(jsmacros, jsArgs);
Expand Down

0 comments on commit 5438a43

Please sign in to comment.