[Pkg-javascript-commits] [dojo] 24/28: Revert "Do not execute dojo/on until DOM is ready"

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:49 UTC 2014


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

taffit pushed a commit to annotated tag 1.8.6
in repository dojo.

commit 72a58dfb936d9ced89a4ab01db37d7f3e79d731b
Author: Colin Snover <github.com at zetafleet.com>
Date:   Mon Feb 3 15:17:11 2014 +0000

    Revert "Do not execute dojo/on until DOM is ready"
    
    This reverts commit 5a93bd37cbda573e5c3a6be895336dc42eb46bca.
---
 on.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/on.js b/on.js
index 637c55a..5c32088 100644
--- a/on.js
+++ b/on.js
@@ -1,4 +1,4 @@
-define(["./has!dom-addeventlistener?:./aspect", "./_base/kernel", "./has", "./domReady!"], function(aspect, dojo, has){
+define(["./has!dom-addeventlistener?:./aspect", "./_base/kernel", "./has"], function(aspect, dojo, has){
 
 	"use strict";
 	if(has("dom")){ // check to make sure we are in a browser, this module should work anywhere

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