[Pkg-javascript-commits] [dojo] 66/149: fixes #18608, allow on/asyncEventListener to work in Android and Node

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:48 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 01b03b3fc182a66235c9ed689b27aebd4ca7ce68
Author: Benjamin Santalucia <ben at dojotoolkit-fr.org>
Date:   Fri Jul 3 04:40:40 2015 -0700

    fixes #18608, allow on/asyncEventListener to work in Android and Node
---
 tests/unit/all.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/unit/all.js b/tests/unit/all.js
index 10221ee..f5454dc 100644
--- a/tests/unit/all.js
+++ b/tests/unit/all.js
@@ -23,6 +23,7 @@ define([
 	'./loadInit',
 	'./number',
 	'./on',
+	'./on/debounce',
 	'./on/throttle',
 	'./promise',
 	'./regexp',
@@ -49,8 +50,6 @@ define([
 	'dojo/has!host-browser?./html',
 	'dojo/has!host-browser?./io/iframe',
 	'dojo/has!host-browser?./mouse',
-	// TODO: this should work in node as well, but it uses dom-construct
-	'dojo/has!host-browser?./on/debounce',
 	'dojo/has!host-browser?./parser',
 	'dojo/has!host-browser?./require/require',
 	'dojo/has!host-browser?./router',

-- 
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