From 2808c9cc2792f2bf5ee67a7a7c0a8af1fe2dc8dc Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 27 Dec 2011 15:00:30 -0500 Subject: [PATCH] Fix a comment typo --- unpacked/extensions/MathZoom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/extensions/MathZoom.js b/unpacked/extensions/MathZoom.js index dac654189..b17aecfa7 100644 --- a/unpacked/extensions/MathZoom.js +++ b/unpacked/extensions/MathZoom.js @@ -102,7 +102,7 @@ }, // - // Zoom on hover (called by UI.Hover) + // Zoom on hover (called by MathEvents.Hover) // Hover: function (event,math) { if (this.settings.zoom === "Hover") {this.Zoom(event,math); return true}