Feature : Tiled preview initial commiy

This commit is contained in:
juliandescottes
2014-05-08 01:41:14 +02:00
parent c565111947
commit aa4c94e3af
18 changed files with 24322 additions and 9 deletions

View File

@@ -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 () {}
};