Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F886112
_common.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
719 B
Subscribers
None
_common.js
View Options
if
(
!
dojo
.
_hasResource
[
"dojox.storage._common"
]){
//_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo
.
_hasResource
[
"dojox.storage._common"
]
=
true
;
dojo
.
provide
(
"dojox.storage._common"
);
dojo
.
require
(
"dojox.storage.Provider"
);
dojo
.
require
(
"dojox.storage.manager"
);
dojo
.
require
(
"dojox.storage.GearsStorageProvider"
);
// FIXME: Find way to set isGears from offline.profile.js file; it didn't
// work for me
//dojo.requireIf(!dojo.isGears, "dojox.storage.FlashStorageProvider");
//dojo.requireIf(!dojo.isGears, "dojox.storage.WhatWGStorageProvider");
// now that we are loaded and registered tell the storage manager to
// initialize itself
dojox
.
storage
.
manager
.
initialize
();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 22:31 (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26612
Default Alt Text
_common.js (719 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment