dist/ember-testing.js in ember-source-2.0.0.beta.2 vs dist/ember-testing.js in ember-source-2.0.0.beta.3

- old
+ new

@@ -3,11 +3,11 @@ * @copyright Copyright 2011-2015 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 2.0.0-beta.2 + * @version 2.0.0-beta.3 */ (function() { var enifed, requireModule, eriuqer, requirejs, Ember; var mainContext = this; @@ -908,10 +908,10 @@ @method findWithAssert @param {String} selector jQuery selector string for finding an element within the DOM @return {Object} jQuery object representing the results of the query @throws {Error} throws error if jQuery object returned has a length of 0 - @private + @public */ helper('findWithAssert', findWithAssert); /** Causes the run loop to process any pending events. This is used to ensure that \ No newline at end of file