[Pkg-javascript-commits] [dojo] 25/149: fixes #18313, Fix typo in documentation example

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository dojo.

commit 5a548dfcd8e416525c95e7218777e9cef5f0443e
Author: Mel Woodgett <woodgettm at gmail.com>
Date:   Tue Oct 14 17:17:13 2014 -0700

    fixes #18313, Fix typo in documentation example
---
 mouse.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mouse.js b/mouse.js
index 8aa9d03..abf2bb8 100644
--- a/mouse.js
+++ b/mouse.js
@@ -119,7 +119,7 @@ define(["./_base/kernel", "./on", "./has", "./dom", "./_base/window"], function(
 		//		mouseenter and mouseleave event emulation.
 		// example:
 		//		To use these events, you register a mouseenter like this:
-		//		|	define(["dojo/on", dojo/mouse"], function(on, mouse){
+		//		|	define(["dojo/on", "dojo/mouse"], function(on, mouse){
 		//		|		on(targetNode, mouse.enter, function(event){
 		//		|			dojo.addClass(targetNode, "highlighted");
 		//		|		});

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list