dist/ember-testing.js in ember-source-1.13.4.1 vs dist/ember-testing.js in ember-source-1.13.5
- 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 1.13.4
+ * @version 1.13.5
*/
(function() {
var enifed, requireModule, eriuqer, requirejs, Ember;
var mainContext = this;
@@ -907,10 +907,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