Skip to content

Commit

Permalink
Ooops. Removed alert.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiele committed Sep 24, 2010
1 parent f940ab9 commit 1d99ad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/fontwatcher.js
Expand Up @@ -90,7 +90,6 @@ webfont.FontWatcher.prototype.watch_ = function(fontFamily, fontDescription,
* @private
*/
webfont.FontWatcher.prototype.decreaseCurrentlyWatched_ = function() {
alert('this.currentlyWatched_: ' + (this.currentlyWatched_ - 1) + ' ' + this.last_);
if (--this.currentlyWatched_ == 0 && this.last_) {
if (this.success_) {
this.eventDispatcher_.dispatchActive();
Expand Down

0 comments on commit 1d99ad5

Please sign in to comment.