mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Remove deprecated Project#redraw().
This commit is contained in:
parent
2bf070415d
commit
25b31b6b7d
1 changed files with 0 additions and 8 deletions
|
@ -232,13 +232,5 @@ var Project = this.Project = Base.extend({
|
|||
});
|
||||
ctx.restore();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @ignore
|
||||
*/
|
||||
redraw: function() {
|
||||
this._scope.view.draw();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue