[Pkg-javascript-commits] [dojo] 09/20: fixes #18313, Fix typo in documentation example
David Prévot
taffit at moszumanska.debian.org
Mon Oct 20 17:39:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository dojo.
commit 18f97676596ac74393c336c1ab6f106a2fe44f82
Author: Mel Woodgett <woodgettm at gmail.com>
Date: Tue Oct 14 17:17:13 2014 -0700
fixes #18313, Fix typo in documentation example
(cherry picked from commit 5a548dfcd8e416525c95e7218777e9cef5f0443e)
---
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