Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf6ce62

Browse files
committedJan 10, 2018
revert documentation
1 parent 2a89d3f commit cf6ce62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/ember-testing/lib/helpers/click.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { focus, fireEvent } from '../events';
1717
1818
@method click
1919
@param {String} selector jQuery selector for finding element on the DOM
20-
@param {Object} context A DOM Element, Document, or css to use as context
20+
@param {Object} context A DOM Element, Document, or jQuery to use as context
2121
@return {RSVP.Promise<undefined>}
2222
@public
2323
*/

‎packages/ember-testing/lib/helpers/find_with_assert.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
the DOM
2222
@param {String} [context] (optional) jQuery selector that will limit the
2323
selector argument to find only within the context's children
24-
@return {Object} DOM element representing the results of the query
24+
@return {Object} jQuery object representing the results of the query
2525
@throws {Error} throws error if object returned has a length of 0
2626
@public
2727
*/

0 commit comments

Comments
 (0)
Please sign in to comment.