mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Feature : Tiled preview initial commiy
This commit is contained in:
@@ -60,5 +60,6 @@ var Constants = {
|
||||
RIGHT_BUTTON : 2,
|
||||
MOUSEMOVE_THROTTLING : 10,
|
||||
|
||||
ABSTRACT_FUNCTION : function () {throw 'abstract method should be implemented';}
|
||||
ABSTRACT_FUNCTION : function () {throw 'abstract method should be implemented';},
|
||||
EMPTY_FUNCTION : function () {}
|
||||
};
|
||||
Reference in New Issue
Block a user