Line | |
---|
1 | dojo.provide("dojox.storage._common"); |
---|
2 | dojo.require("dojox.storage.Provider"); |
---|
3 | dojo.require("dojox.storage.manager"); |
---|
4 | |
---|
5 | /* |
---|
6 | Note: if you are doing Dojo Offline builds you _must_ |
---|
7 | have offlineProfile=true when you run the build script: |
---|
8 | ./build.sh action=release profile=offline offlineProfile=true |
---|
9 | */ |
---|
10 | dojo.require("dojox.storage.LocalStorageProvider"); |
---|
11 | dojo.require("dojox.storage.GearsStorageProvider"); |
---|
12 | //>>excludeStart("offlineProfileExclude", kwArgs.dojoxStorageBuildOption == "offline"); |
---|
13 | dojo.require("dojox.storage.WhatWGStorageProvider"); |
---|
14 | dojo.require("dojox.storage.FlashStorageProvider"); |
---|
15 | //>>excludeEnd("offlineProfileExclude"); |
---|
16 | dojo.require("dojox.storage.BehaviorStorageProvider"); |
---|
17 | dojo.require("dojox.storage.CookieStorageProvider"); |
---|
18 | |
---|
19 | // now that we are loaded and registered tell the storage manager to |
---|
20 | // initialize itself |
---|
21 | dojox.storage.manager.initialize(); |
---|
Note: See
TracBrowser
for help on using the repository browser.