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
cb9db98642ef2083e0be1048a0b54ac210c4fcfd
handlebars.js
/
lib
/
handlebars
T
History
Nick Fisher
58e2c2410f
Added a missing
var
statement.
2012-01-17 07:16:19 +01:00
..
compiler
I'm an idiot
2011-12-31 16:04:11 -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
Handlebars errors should copy the message over
2011-12-27 13:18:54 -08:00