This website requires JavaScript.
Explore
Help
Sign In
psimsa
/
handlebars.js
Watch
1
Star
0
Fork
0
You've already forked handlebars.js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bef909f5cbf855f38f58c727d07dbe8330d4c370
handlebars.js
/
lib
/
handlebars
T
History
Peter Wagenet
2ea95ca08d
Fixed whitespace and semi-colons
2012-02-08 20:49:49 -08:00
..
compiler
Fixed whitespace and semi-colons
2012-02-08 20:49:49 -08:00
base.js
Allow function parameters to #if. This was originally disallowed because it is decidedly not idiomatic Handlebars, which would prefer that you use helpers for these cases, not pollute your context objects with functions to call from your template, but enough people asked for it that I'll give in.
2011-12-27 15:47:45 -08:00
runtime.js
Added a missing
var
statement.
2012-01-17 07:16:19 +01:00
utils.js
Fixed whitespace and semi-colons
2012-02-08 20:49:49 -08:00