Closed acmcelwee closed 10 years ago
Handlebars
Handlebars::Context::runtime
handlebars.runtime
Fixes #26
Incidentally, runtime refers to an attribute of CommonJS::Environment, not the runtime version of Handlebars.js. Still, since you're removing CommonJS, removing it is the right thing to do, of course.
runtime
CommonJS::Environment
Handlebars
being exported globally.Handlebars::Context::runtime
was removed because it seemed odd to use the pared downhandlebars.runtime
in a server-side environment.Fixes #26