Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jul 18, 2015
1 parent 3968c84 commit 65911bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dom-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
this._debouncers.push(debouncer);
// ensure the list of active debouncers is cleared when done.
this._finishDebouncer = Polymer.Debounce(this._finishDebouncer,
Polymer.dom._finishFlush);
this._finishFlush);
},

_finishFlush: function() {
Expand Down

0 comments on commit 65911bd

Please sign in to comment.