Skip to content

Commit

Permalink
emberjs#351 Small JSDoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbingham94 committed Apr 3, 2018
1 parent e1b96f3 commit ea47e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import getRootElement from './get-root-element';
Used internally by the DOM interaction helpers to get the appropriate context element based on the context the user passes into the helper.
@private
@param {string|Element} context the context element or selector
@param {string|Element} [context] the context element or selector
@returns {Element} the appropriate context element
*/
export default function getContextElement(context) {
Expand Down

0 comments on commit ea47e78

Please sign in to comment.