Skip to content

Commit

Permalink
fix stemp function name in js version
Browse files Browse the repository at this point in the history
  • Loading branch information
hermes83 committed Nov 11, 2020
1 parent 9f4625f commit d1d677a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion effectsJs.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var WobblyEffect = GObject.registerClass({},
}

on_tick_elapsed(timer, msec) {
this.wobblyModel.step(1 + (msec - this.msecOld) / this.SPEEDUP_FACTOR);
this.wobblyModel.Step(1 + (msec - this.msecOld) / this.SPEEDUP_FACTOR);
this.msecOld = msec;
this.invalidate();
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"url": "https://github.com/hermes83/compiz-windows-effect",
"uuid": "[email protected]",
"version": 5
"version": 6
}

0 comments on commit d1d677a

Please sign in to comment.