Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
docs(clientsidescripts): fixing a return type
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Feb 1, 2014
1 parent de39e50 commit 2a3a886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clientsidescripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clientSideScripts.waitForAngular = function() {
* arguments[0] {Element} The scope of the search.
* arguments[1] {string} The binding, e.g. {{cat.name}}.
*
* @return {Array.<WebElement>} The elements containing the binding.
* @return {Array.<Element>} The elements containing the binding.
*/
clientSideScripts.findBindings = function() {
var using = arguments[0] || document;
Expand Down

0 comments on commit 2a3a886

Please sign in to comment.