mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Turn ToolSelector into a prototype class (was closure based)
This commit is contained in:
@@ -144,7 +144,9 @@ $.namespace("pskl");
|
||||
},
|
||||
|
||||
finishInit : function () {
|
||||
pskl.ToolSelector.init();
|
||||
var toolController = new pskl.controller.ToolController();
|
||||
toolController.init();
|
||||
|
||||
pskl.Palette.init(frameSheet);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user