mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
We don't need the empty #initialize().
This commit is contained in:
parent
d254d9542d
commit
979bda52ab
1 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var PathItem = this.PathItem = Item.extend({
|
var PathItem = this.PathItem = Item.extend({
|
||||||
initialize: function() {
|
|
||||||
this.base();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue