Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885688
rearrange.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
891 B
Subscribers
None
rearrange.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.lang.oo.rearrange"
]){
dojo
.
_hasResource
[
"dojox.lang.oo.rearrange"
]
=
true
;
dojo
.
provide
(
"dojox.lang.oo.rearrange"
);
(
function
(){
var
_1
=
dojo
.
_extraNames
,
_2
=
_1
.
length
,
_3
=
Object
.
prototype
.
toString
;
dojox
.
lang
.
oo
.
rearrange
=
function
(
_4
,
_5
){
var
_6
,
_7
,
_8
,
i
,
t
;
for
(
_6
in
_5
){
_7
=
_5
[
_6
];
if
(
!
_7
||
_3
.
call
(
_7
)
==
"[object String]"
){
_8
=
_4
[
_6
];
if
(
!
(
_6
in
empty
)
||
empty
[
_6
]
!==
_8
){
if
(
!
(
delete
_4
[
_6
])){
_4
[
_6
]
=
undefined
;
}
if
(
_7
){
_4
[
_7
]
=
_8
;
}
}
}
}
if
(
_2
){
for
(
i
=
0
;
i
<
_2
;
++
i
){
_6
=
_1
[
i
];
_7
=
_5
[
_6
];
if
(
!
_7
||
_3
.
call
(
_7
)
==
"[object String]"
){
_8
=
_4
[
_6
];
if
(
!
(
_6
in
empty
)
||
empty
[
_6
]
!==
_8
){
if
(
!
(
delete
_4
[
_6
])){
_4
[
_6
]
=
undefined
;
}
if
(
_7
){
_4
[
_7
]
=
_8
;
}
}
}
}
}
return
_4
;
};
})();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 18:33 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27076
Default Alt Text
rearrange.js (891 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment