This commit is contained in:
Mahdi Dibaiee
2014-02-07 16:34:53 +03:30
parent 0c678121e3
commit fce4b79194
5 changed files with 227 additions and 17 deletions

BIN
Mobile/Sketchy-1.1.zip Normal file

Binary file not shown.

BIN
Mobile/Sketchy-1.zip Normal file

Binary file not shown.

View File

@ -56,7 +56,6 @@ window.save = function() {
}
r.onerror = function() {
alert('Something bad happened when we tried to save your file\n Possible problems: \n Duplicate name \n Permission problems')
console.warn(this.error);
}
c.putImageData(window.points.history[window.points.history.last].data, 0, 0);
}