Skip to content

Commit

Permalink
Unbreak the build by changing back the type
Browse files Browse the repository at this point in the history
This commit is supposed to succeed passed the
before_script stage on Travis
  • Loading branch information
TimvdLippe committed Dec 21, 2017
1 parent 764146c commit d5dc2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/async.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* delay.
*
* @memberof Polymer.Async.timeOut
* @param {number} delay Time to wait before calling callbacks in ms
* @param {number=} delay Time to wait before calling callbacks in ms
* @return {!AsyncInterface} An async timeout interface
*/
after(delay) {
Expand Down

0 comments on commit d5dc2a2

Please sign in to comment.