Changeset 13082

Show
Ignore:
Timestamp:
03/13/08 20:20:07 (10 months ago)
Author:
jburke
Message:

Fixes #6209 and Refs #6207. Allow conditional directive options to be set inside build profiles. This allows the offline profile to work better.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/storage/_common.js

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