[Pkg-javascript-commits] [dojo] 14/17: fixes #17718, typo fix

David Prévot taffit at moszumanska.debian.org
Thu Mar 24 04:28:31 UTC 2016


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

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

commit 286f5bfefaf36c5d75f505e3faa7ac8606132322
Author: Dylan Schiemann <dylan at dojotoolkit.org>
Date:   Wed Jan 6 06:33:38 2016 -0700

    fixes #17718, typo fix
---
 io/script.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io/script.js b/io/script.js
index a71e3ec..49866ea 100644
--- a/io/script.js
+++ b/io/script.js
@@ -1,4 +1,4 @@
-define(["../main", "has"], function(dojo, has) {
+define(["../main", "../has"], function(dojo, has) {
 	// module:
 	//		dojo/io/script
 	// summary:

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