mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -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();
|
ctx.restore();
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
redraw: function() {
|
|
||||||
this._scope.view.draw();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue