www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2808c9cc2792f2bf5ee67a7a7c0a8af1fe2dc8dc
parent b3d2501a32e0a9a1184252d6c854b30d2bb8c9a8
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 27 Dec 2011 15:00:30 -0500

Fix a comment typo

Diffstat:
Munpacked/extensions/MathZoom.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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}