dist/ember-template-compiler.prod.js in ember-source-1.6.0.beta.1 vs dist/ember-template-compiler.prod.js in ember-source-1.6.0.beta.2
- old
+ new
@@ -3,11 +3,11 @@
* @copyright Copyright 2011-2014 Tilde Inc. and contributors
* Portions Copyright 2006-2011 Strobe Inc.
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
* @license Licensed under MIT license
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
- * @version 1.6.0-beta.1
+ * @version 1.6.0-beta.2
*/
(function() {
var Ember = { assert: function() {}, FEATURES: { isEnabled: function() {} } };
@@ -266,10 +266,10 @@
@method precompile
@for Ember.Handlebars
@static
@param {String} string The template to precompile
- @param {Boolean} asObject optional parameter, defaulting to true, of whether or not the
+ @param {Boolean} asObject optional parameter, defaulting to true, of whether or not the
compiled template should be returned as an Object or a String
*/
EmberHandlebars.precompile = function(string, asObject) {
var ast = Handlebars.parse(string);