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

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


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

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

commit aa7a9802c98a5b8689615d7f5c9f314551c7143a
Author: Colin Snover <github.com at zetafleet.com>
Date:   Mon Feb 3 15:16:30 2014 +0000

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

diff --git a/on.js b/on.js
index 0bcd461..3b2aeb5 100644
--- a/on.js
+++ b/on.js
@@ -1,4 +1,4 @@
-define(["./has!dom-addeventlistener?:./aspect", "./_base/kernel", "./sniff", "./domReady!"], function(aspect, dojo, has){
+define(["./has!dom-addeventlistener?:./aspect", "./_base/kernel", "./sniff"], 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