Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F948351
_base.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
681 B
Subscribers
None
_base.js
View Options
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if
(
!
dojo
.
_hasResource
[
"dojox.image._base"
]){
dojo
.
_hasResource
[
"dojox.image._base"
]
=
true
;
dojo
.
provide
(
"dojox.image._base"
);
(
function
(
d
){
var
_1
;
dojox
.
image
.
preload
=
function
(
_2
){
if
(
!
_1
){
_1
=
d
.
create
(
"div"
,{
style
:
{
position
:
"absolute"
,
top
:
"-9999px"
,
height
:
"1px"
,
overflow
:
"hidden"
}},
d
.
body
());
}
return
d
.
map
(
_2
,
function
(
_3
){
return
d
.
create
(
"img"
,{
src
:
_3
},
_1
);
});
};
if
(
d
.
config
.
preloadImages
){
d
.
addOnLoad
(
function
(){
dojox
.
image
.
preload
(
d
.
config
.
preloadImages
);
});
}
})(
dojo
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 15:58 (5 h, 56 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26355
Default Alt Text
_base.js (681 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment