Make MathZoom check the new DoubleClick value. #590

This commit is contained in:
Frédéric Wang 2013-10-14 15:02:17 +02:00
parent 412d3669d1
commit f816446142

View File

@ -106,7 +106,7 @@
// Zoom on double click
//
DblClick: function (event,math) {
if (this.settings.zoom === "Double-Click") {return this.Zoom(event,math)}
if (this.settings.zoom === "Double-Click" || this.settings.zoom === "DoubleClick") {return this.Zoom(event,math)}
},
//