web manifest

This commit is contained in:
Mahdi Dibaiee
2014-02-07 01:23:04 +03:30
parent 3d6a66bc00
commit 5c59e4e154
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ function save() {
}
}
var data = $c[0].toDataURL();
window.open(data, save['file name']);
window.open(data, save['file name']).focus();
c.putImageData(window.points.history[window.points.history.length-1].data, 0, 0);