[Pkg-javascript-commits] [dojo] 67/88: Fix incorrect non-portable reference to dojo package. Refs #16414. 1.8 backport

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


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

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

commit 30111b4570fffdc7cd05a85c7745eb7a228e7907
Author: Colin Snover <github.com at zetafleet.com>
Date:   Wed Feb 20 16:16:13 2013 +0000

    Fix incorrect non-portable reference to dojo package. Refs #16414. 1.8 backport
    
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30631 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 node.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/node.js b/node.js
index 5fabbb9..f33d8ae 100644
--- a/node.js
+++ b/node.js
@@ -1,4 +1,4 @@
-define(["dojo/has"], function(has){
+define(["./has"], function(has){
 	if(!has("host-node")){
 		throw new Error("node plugin failed to load because environment is not Node.js");
 	}
@@ -47,4 +47,4 @@ define(["dojo/has"], function(has){
 			return id;
 		}
 	};
-});
\ No newline at end of file
+});

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