mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Fix white-space.
This commit is contained in:
parent
f75386e8fb
commit
ed9037deb1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ var View = this.View = Base.extend(Callback, /** @lends View# */{
|
|||
that._element);
|
||||
}
|
||||
var now = Date.now() / 1000,
|
||||
delta = before ? now - before : 0;
|
||||
delta = before ? now - before : 0;
|
||||
// delta: Time elapsed since last redraw in seconds
|
||||
// time: Time since first call of frame() in seconds
|
||||
// Use Base.merge to convert into a Base object,
|
||||
|
|
Loading…
Reference in a new issue