Fix a comment typo
This commit is contained in:
parent
b3d2501a32
commit
2808c9cc27
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user