Changeset 13078

Show
Ignore:
Timestamp:
03/13/08 17:18:25 (10 months ago)
Author:
BradNeuberg
Message:

fixes #6207 \!strict

Location:
dojox/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/off/README

    r13035 r13078  
    2222utorial on using Dojo Offline. 
    2323 
    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=true 
    27  
    2824------------------------------------------------------------------------------- 
    2925Installation instructions 
  • dojox/trunk/storage/_common.js

    r13035 r13078  
    99*/ 
    1010dojo.require("dojox.storage.GearsStorageProvider"); 
    11 //>>excludeStart("offlineProfileExclude", kwArgs.offlineProfile == "true"); 
     11//>>excludeStart("offlineProfileExclude", kwArgs.profile == "offline"); 
    1212dojo.require("dojox.storage.WhatWGStorageProvider"); 
    1313dojo.require("dojox.storage.FlashStorageProvider");