Adding TODOs related to namespace cleaning

This commit is contained in:
Vince 2013-06-17 11:42:53 +02:00
parent 97ddc6ecc1
commit 403105aae4
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// TODO(grosbouddha): put under pskl namespace.
var Constants = {
DEFAULT_SIZE : {
height : 32,

View File

@ -1,3 +1,4 @@
// TODO(grosbouddha): put under pskl namespace.
Events = {
TOOL_SELECTED : "TOOL_SELECTED",

View File

@ -206,6 +206,7 @@ $.namespace("pskl");
}
};
// TODO(grosbouddha): Remove this window.piskel global (eventually pskl.piskel or pskl.app instead)
window.piskel = piskel;
piskel.init();