[Pkg-javascript-commits] [dojo] 68/88: Fix incorrect non-portable reference to dojo package. Refs #15187. Backport to 1.8

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 f875cd73352356ff67756d02687dd034b59eb768
Author: Colin Snover <github.com at zetafleet.com>
Date:   Thu Feb 21 03:23:17 2013 +0000

    Fix incorrect non-portable reference to dojo package. Refs #15187. Backport to 1.8
    
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30650 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 Stateful.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Stateful.js b/Stateful.js
index a877110..b839a86 100644
--- a/Stateful.js
+++ b/Stateful.js
@@ -1,4 +1,4 @@
-define(["./_base/declare", "./_base/lang", "./_base/array", "dojo/when"], function(declare, lang, array, when){
+define(["./_base/declare", "./_base/lang", "./_base/array", "./when"], function(declare, lang, array, when){
 	// module:
 	//		dojo/Stateful
 

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