Skip to content

Commit 6ed323f

Browse files
committed
patches for 1.2.2
1 parent 644d25e commit 6ed323f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276

277277
Bar.prototype.update = function(prog) {
278278
this.progress = prog;
279-
this.trigger('progress', prog);
279+
Pace.trigger('progress', prog);
280280
return this.render();
281281
};
282282

0 commit comments

Comments
 (0)