Skip to content

Commit

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

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

Expand Down

0 comments on commit 65be9d6

Please sign in to comment.