Skip to content

Commit

Permalink
changed relative module ids in deps vectors to point to dojo/main ins…
Browse files Browse the repository at this point in the history
…tead of dojo; refs #12672; !strict

git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@24769 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
rcgill committed May 10, 2011
1 parent 1605af2 commit 17f7f9e
Show file tree
Hide file tree
Showing 66 changed files with 218 additions and 218 deletions.
2 changes: 1 addition & 1 deletion AdapterRegistry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/AdapterRegistry
// summary:
Expand Down
2 changes: 1 addition & 1 deletion DeferredList.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/DeferredList
// summary:
Expand Down
2 changes: 1 addition & 1 deletion NodeList-data.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/NodeList-data
// summary:
Expand Down
2 changes: 1 addition & 1 deletion NodeList-fx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "./fx"], function(dojo) {
define(["./main", "./fx"], function(dojo) {
// module:
// dojo/NodeList-fx
// summary:
Expand Down
2 changes: 1 addition & 1 deletion NodeList-manipulate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/NodeList-manipulate
// summary:
Expand Down
2 changes: 1 addition & 1 deletion NodeList-traverse.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/NodeList-traverse
// summary:
Expand Down
2 changes: 1 addition & 1 deletion back.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "require"], function(dojo, require) {
define(["./main", "require"], function(dojo, require) {
// module:
// dojo/back
// summary:
Expand Down
2 changes: 1 addition & 1 deletion behavior.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/behavior
// summary:
Expand Down
2 changes: 1 addition & 1 deletion cldr/monetary.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/cldr/monetary
// summary:
Expand Down
2 changes: 1 addition & 1 deletion cldr/supplemental.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "../i18n"], function(dojo) {
define(["../main", "../i18n"], function(dojo) {
// module:
// dojo/cldr/supplemental
// summary:
Expand Down
2 changes: 1 addition & 1 deletion colors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/colors
// summary:
Expand Down
2 changes: 1 addition & 1 deletion cookie.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "./regexp"], function(dojo) {
define(["./main", "./regexp"], function(dojo) {
// module:
// dojo/cookie
// summary:
Expand Down
2 changes: 1 addition & 1 deletion currency.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "./number", "./i18n", "./i18n!./cldr/nls/currency", "./cldr/monetary"], function(dojo) {
define(["./main", "./number", "./i18n", "./i18n!./cldr/nls/currency", "./cldr/monetary"], function(dojo) {
// module:
// dojo/currency
// summary:
Expand Down
2 changes: 1 addition & 1 deletion data/ItemFileReadStore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./util/filter", "./util/simpleFetch", "../date/stamp"], function(dojo) {
define(["../main", "./util/filter", "./util/simpleFetch", "../date/stamp"], function(dojo) {
// module:
// dojo/data/ItemFileReadStore
// summary:
Expand Down
2 changes: 1 addition & 1 deletion data/ItemFileWriteStore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./ItemFileReadStore"], function(dojo) {
define(["../main", "./ItemFileReadStore"], function(dojo) {
// module:
// dojo/data/ItemFileWriteStore
// summary:
Expand Down
2 changes: 1 addition & 1 deletion data/ObjectStore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "../regexp"], function(dojo) {
define(["../main", "../regexp"], function(dojo) {
// module:
// dojo/data/ObjectStore
// summary:
Expand Down
2 changes: 1 addition & 1 deletion date.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/date
// summary:
Expand Down
2 changes: 1 addition & 1 deletion date/locale.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "../date", "../cldr/supplemental", "../regexp", "../string", "../i18n!../cldr/nls/gregorian"], function(dojo) {
define(["../main", "../date", "../cldr/supplemental", "../regexp", "../string", "../i18n!../cldr/nls/gregorian"], function(dojo) {
// module:
// dojo/date/local
// summary:
Expand Down
2 changes: 1 addition & 1 deletion date/stamp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/date/stamp
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/Avatar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./common"], function(dojo) {
define(["../main", "./common"], function(dojo) {
// module:
// dojo/dnd/Avatar
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/Container.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./common", "../parser"], function(dojo) {
define(["../main", "./common", "../parser"], function(dojo) {
// module:
// dojo/dnd/Container
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/Manager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./common", "./autoscroll", "./Avatar"], function(dojo) {
define(["../main", "./common", "./autoscroll", "./Avatar"], function(dojo) {
// module:
// dojo/dnd/Manager
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/Moveable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./Mover"], function(dojo) {
define(["../main", "./Mover"], function(dojo) {
// module:
// dojo/dnd/Moveable
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/Mover.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./common", "./autoscroll"], function(dojo) {
define(["../main", "./common", "./autoscroll"], function(dojo) {
// module:
// dojo/dnd/Mover
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/Selector.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./common", "./Container"], function(dojo) {
define(["../main", "./common", "./Container"], function(dojo) {
// module:
// dojo/dnd/Selector
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/Source.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./Selector", "./Manager"], function(dojo) {
define(["../main", "./Selector", "./Manager"], function(dojo) {
// module:
// dojo/dnd/Source
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/TimedMoveable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./Moveable"], function(dojo) {
define(["../main", "./Moveable"], function(dojo) {
// module:
// dojo/dnd/TimedMoveable
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/autoscroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "../window"], function(dojo) {
define(["../main", "../window"], function(dojo) {
// module:
// dojo/dnd/autoscroll
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/dnd/common
// summary:
Expand Down
2 changes: 1 addition & 1 deletion dnd/move.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./Mover", "./Moveable"], function(dojo) {
define(["../main", "./Mover", "./Moveable"], function(dojo) {
// module:
// dojo/dnd/move
// summary:
Expand Down
2 changes: 1 addition & 1 deletion fx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "./fx/Toggler"], function(dojo) {
define(["./main", "./fx/Toggler"], function(dojo) {
// module:
// dojo/fx
// summary:
Expand Down
2 changes: 1 addition & 1 deletion fx/Toggler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/fx/Toggler
// summary:
Expand Down
2 changes: 1 addition & 1 deletion fx/easing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/fx/easing
// summary:
Expand Down
2 changes: 1 addition & 1 deletion gears.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/gears
// summary:
Expand Down
2 changes: 1 addition & 1 deletion hash.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "require"], function(dojo, require) {
define(["./main", "require"], function(dojo, require) {
// module:
// dojo/hash
// summary:
Expand Down
2 changes: 1 addition & 1 deletion html.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "./parser"], function(dojo) {
define(["./main", "./parser"], function(dojo) {
// module:
// dojo/html
// summary:
Expand Down
2 changes: 1 addition & 1 deletion io/iframe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "require"], function(dojo, require) {
define(["../main", "require"], function(dojo, require) {
// module:
// dojo/io/iframe
// summary:
Expand Down
2 changes: 1 addition & 1 deletion io/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/io/script
// summary:
Expand Down
2 changes: 1 addition & 1 deletion jaxer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/jaxer
// summary:
Expand Down
2 changes: 1 addition & 1 deletion number.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "./i18n", "./i18n!./cldr/nls/number", "./string", "./regexp"], function(dojo) {
define(["./main", "./i18n", "./i18n!./cldr/nls/number", "./string", "./regexp"], function(dojo) {
// module:
// dojo/number
// summary:
Expand Down
2 changes: 1 addition & 1 deletion parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".", "./date/stamp"], function(dojo) {
define(["./main", "./date/stamp"], function(dojo) {
// module:
// dojo/parser
// summary:
Expand Down
2 changes: 1 addition & 1 deletion regexp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/regexp
// summary:
Expand Down
2 changes: 1 addition & 1 deletion rpc/JsonService.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./RpcService"], function(dojo) {
define(["../main", "./RpcService"], function(dojo) {
// module:
// dojo/rpc/JsonService
// summary:
Expand Down
2 changes: 1 addition & 1 deletion rpc/JsonpService.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./RpcService", "../io/script"], function(dojo) {
define(["../main", "./RpcService", "../io/script"], function(dojo) {
// module:
// dojo/rpc/JsonpService
// summary:
Expand Down
2 changes: 1 addition & 1 deletion rpc/RpcService.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/rpc/RpcService
// summary:
Expand Down
2 changes: 1 addition & 1 deletion store/Cache.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/store/Cache
// summary:
Expand Down
2 changes: 1 addition & 1 deletion store/DataStore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "./util/QueryResults"], function(dojo) {
define(["../main", "./util/QueryResults"], function(dojo) {
// module:
// dojo/store/DataStore
// summary:
Expand Down
2 changes: 1 addition & 1 deletion store/Observable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define([".."], function(dojo) {
define(["../main"], function(dojo) {
// module:
// dojo/store/Observable
// summary:
Expand Down
2 changes: 1 addition & 1 deletion string.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["."], function(dojo) {
define(["./main"], function(dojo) {
// module:
// dojo/string
// summary:
Expand Down
2 changes: 1 addition & 1 deletion tests/AdapterRegistry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "doh", "../AdapterRegistry"], function(dojo, doh){
define(["../main", "doh", "../AdapterRegistry"], function(dojo, doh){

doh.register("tests.AdapterRegistry",
[
Expand Down
2 changes: 1 addition & 1 deletion tests/DeferredList.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "doh", "../DeferredList"], function(dojo, doh){
define(["../main", "doh", "../DeferredList"], function(dojo, doh){
doh.register("tests.DeferredList", [
function callback(t){
var d1 = new dojo.Deferred();
Expand Down
2 changes: 1 addition & 1 deletion tests/Stateful.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "doh", "../Stateful"], function(dojo, doh){
define(["../main", "doh", "../Stateful"], function(dojo, doh){

doh.register("tests.Stateful", [
function getSetWatch(t){
Expand Down
2 changes: 1 addition & 1 deletion tests/back-hash.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "doh", "../back"], function(dojo, doh){
define(["../main", "doh", "../back"], function(dojo, doh){
doh.register("tests.back.hash", [
function getAndSet(t) {
var cases = [
Expand Down
2 changes: 1 addition & 1 deletion tests/cache.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "doh", "../cache"], function(dojo, doh) {
define(["../main", "doh", "../cache"], function(dojo, doh) {
doh.register("tests.cache", [{
name: "dojo.cache",
runTest: function(t){
Expand Down
2 changes: 1 addition & 1 deletion tests/colors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "doh", "../colors"], function(dojo, doh){
define(["../main", "doh", "../colors"], function(dojo, doh){

var verifyColor = function(t, source, expected){
source = new dojo.Color(source);
Expand Down
4 changes: 2 additions & 2 deletions tests/currency.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(["..", "doh", "require", "../currency"], function(dojo, doh, require){
define(["../main", "doh", "require", "../currency"], function(dojo, doh, require){

var runTest= function(dojo, t) {
t.is("\u20ac123.45", dojo.currency.format(123.45, {currency: "EUR", locale: "en-us"}));
Expand Down Expand Up @@ -26,7 +26,7 @@ define(["..", "doh", "require", "../currency"], function(dojo, doh, require){
};

if(require.async){
require(["..", "../currency", "../i18n"], function(dojo){
require(["../main", "../currency", "../i18n"], function(dojo){
doh.register("tests.currency", {
name: "currency",
timeout: 2000,
Expand Down
Loading

0 comments on commit 17f7f9e

Please sign in to comment.