gruntjs / grunt-contrib-handlebars

Precompile Handlebars templates to JST file.
http://gruntjs.com/
MIT License
282 stars 126 forks source link

Is "style" a keyword of grunt-contrib-handlebars #157

Open nanamikon opened 9 years ago

nanamikon commented 9 years ago

Is "style" a keyword of grunt-contrib-handlebars ?

It looks strange when I use it as follow :

data : 
{style:"abc"}

template :
-{{style}}-

output:
--

however...

data : 
{style:"abc"}

template :
-{{this.style}}-

output:
-abc-