Changeset 13078
- Timestamp:
- 03/13/08 17:18:25 (10 months ago)
- Location:
- dojox/trunk
- Files:
-
- 2 modified
-
off/README (modified) (1 diff)
-
storage/_common.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/off/README
r13035 r13078 22 22 utorial on using Dojo Offline. 23 23 24 Please note that when building the offline profile, you _must_ pass in the variable offlineProfile=true:25 26 ./build.sh profile=offline action=release offlineProfile=true27 28 24 ------------------------------------------------------------------------------- 29 25 Installation instructions -
dojox/trunk/storage/_common.js
r13035 r13078 9 9 */ 10 10 dojo.require("dojox.storage.GearsStorageProvider"); 11 //>>excludeStart("offlineProfileExclude", kwArgs. offlineProfile == "true");11 //>>excludeStart("offlineProfileExclude", kwArgs.profile == "offline"); 12 12 dojo.require("dojox.storage.WhatWGStorageProvider"); 13 13 dojo.require("dojox.storage.FlashStorageProvider");