Shit merge

This commit is contained in:
Vince
2012-09-03 01:34:11 +02:00
parent d7044dc44d
commit 35736949d8
8 changed files with 31 additions and 9 deletions

View File

@ -1,5 +1,6 @@
var Constants = {
DEFAULT_PEN_COLOR : "#000000",
TRANSPARENT_COLOR : "TRANSPARENT",
PISKEL_SERVICE_URL : "http://2.piskel-app.appspot.com"
DEFAULT_PEN_COLOR : '#000000',
TRANSPARENT_COLOR : "TRANSPARENT",
PISKEL_SERVICE_URL: 'http://2.piskel-app.appspot.com'
};