require-handlebars-plugin icon indicating copy to clipboard operation
require-handlebars-plugin copied to clipboard

Support for Handlebars 1.0.rc.2

Open merqlove opened this issue 12 years ago • 0 comments

Current version won't work with Handlebars update...

Error at line 149:

if ( statement && statement.type && statement.type === 'partial' ) {
  res.push(statement.id.string); //statement.id is undefined now
}

merqlove avatar Feb 07 '13 15:02 merqlove