Merge pull request #608 from fred-wang/issue590

Make MathZoom check the new DoubleClick value. #590
This commit is contained in:
Frédéric Wang 2013-10-15 08:18:51 -07:00
commit 36895de74c

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)}
},
//