Fix a comment typo

This commit is contained in:
Davide P. Cervone 2011-12-27 15:00:30 -05:00
parent b3d2501a32
commit 2808c9cc27

View File

@ -102,7 +102,7 @@
}, },
// //
// Zoom on hover (called by UI.Hover) // Zoom on hover (called by MathEvents.Hover)
// //
Hover: function (event,math) { Hover: function (event,math) {
if (this.settings.zoom === "Hover") {this.Zoom(event,math); return true} if (this.settings.zoom === "Hover") {this.Zoom(event,math); return true}