dist/ember-template-compiler.js in ember-source-1.0.0.rc1.4 vs dist/ember-template-compiler.js in ember-source-1.0.0.rc2.0
- old
+ new
@@ -1,9 +1,9 @@
(function() {
var Ember = { assert: function() {} };
-// Version: v1.0.0-rc.1-188-gb6bb967
-// Last commit: b6bb967 (2013-03-16 18:09:42 -0700)
+// Version: v1.0.0-rc.1-275-g9104bf1
+// Last commit: 9104bf1 (2013-03-29 13:59:19 -0700)
(function() {
/**
@module ember
@@ -20,10 +20,10 @@
var Handlebars = this.Handlebars || (Ember.imports && Ember.imports.Handlebars);
if(!Handlebars && typeof require === 'function') {
Handlebars = require('handlebars');
}
-Ember.assert("Ember Handlebars requires Handlebars 1.0.0-rc.3 or greater", Handlebars && Handlebars.VERSION.match(/^1\.0\.[0-9](\.rc\.[23456789]+)?/));
+Ember.assert("Ember Handlebars requires Handlebars 1.0.0-rc.3 or greater. Include a SCRIPT tag in the HTML HEAD linking to the Handlebars file before you link to Ember.", Handlebars && Handlebars.COMPILER_REVISION === 2);
/**
Prepares the Handlebars templating library for use inside Ember's view
system.
\ No newline at end of file