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

Commit

Permalink
fix(protractor): Fix typo in jsdoc for waitForAngular that breaks doc…
Browse files Browse the repository at this point in the history
… generator.
  • Loading branch information
andresdominguez committed Dec 27, 2014
1 parent 3f011fd commit f468762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Protractor.prototype.executeAsyncScript_ =
* Instruct webdriver to wait until Angular has finished rendering and has
* no outstanding $http calls before continuing.
*
* @param {=string} opt_description An optional description to be added
* @param {string=} opt_description An optional description to be added
* to webdriver logs.
* @return {!webdriver.promise.Promise} A promise that will resolve to the
* scripts return value.
Expand Down

0 comments on commit f468762

Please sign in to comment.