This commit is contained in:
Luis Leiva 2017-11-16 19:24:51 +01:00
parent 9032af756d
commit fd52bde07a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
* @return {MementoCanvas} Class instance.
*/
this.save = function(evt) {
instance.handler(function(elem, data) {
$instance.handler(function(elem, data) {
// With multitouch events, only the first event should be used to store a snapshot.
// Then, the subsequent multitouch events must update current strokes data.
if (evt && evt.identifier > 0) {