API Docs for: 1.0 pre
Show:

Ember.Handlebars.JavaScriptCompiler Class

Constructor

Ember.Handlebars.JavaScriptCompiler

() private

Item Index

Methods

Methods

appendToBuffer

(
  • string
)
private

Override the default buffer for Ember Handlebars. By default, Handlebars creates an empty String at the beginning of each invocation and appends to it. Ember's Handlebars overrides this to append to a single shared buffer.

Parameters: