remove trailing comma to be more IE compliant
This commit is contained in:
cwat-bfarka
2014-11-21 09:56:15 +01:00
co-authored by ietf-drafts
parent 314037471f
commit d09dea2a6f
+1 -1
View File
@@ -110,7 +110,7 @@
this.pointer_events = {
start: this.nsEvent('touchstart') + ' ' + this.nsEvent('mousedown'),
move: this.nsEvent('touchmove') + ' ' + this.nsEvent('mousemove'),
end: this.nsEvent('touchend') + ' ' + this.nsEvent('mouseup'),
end: this.nsEvent('touchend') + ' ' + this.nsEvent('mouseup')
};
this.$container.on(this.nsEvent('selectstart'),