Skip to content

Commit

Permalink
This should work
Browse files Browse the repository at this point in the history
  • Loading branch information
awt committed Jun 10, 2013
1 parent 391bd6b commit 2e400a6
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 98 deletions.
2 changes: 1 addition & 1 deletion lib/ember.js
Expand Up @@ -19039,7 +19039,7 @@ if(!Handlebars && typeof require === 'function') {
}

Ember.assert("Ember Handlebars requires Handlebars version 1.0.0-rc.4. Include a SCRIPT tag in the HTML HEAD linking to the Handlebars file before you link to Ember.", Handlebars)
Ember.assert("Ember Handlebars requires Handlebars version 1.0.0-rc.4, COMPILER_REVISION expected: 3, got: " + Handlebars.COMPILER_REVISION + " – Please note: Builds of master may have other COMPILER_REVISION values.", Handlebars.COMPILER_REVISION === 4);
Ember.assert("Ember Handlebars requires Handlebars version 1.0.0-rc.4, COMPILER_REVISION expected: 3, got: " + Handlebars.COMPILER_REVISION + " – Please note: Builds of master may have other COMPILER_REVISION values.", Handlebars.COMPILER_REVISION === 3);

/**
Prepares the Handlebars templating library for use inside Ember's view
Expand Down

0 comments on commit 2e400a6

Please sign in to comment.