Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F945559
Client.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
677 B
Subscribers
None
Client.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.rpc.Client"
]){
dojo
.
_hasResource
[
"dojox.rpc.Client"
]
=
true
;
dojo
.
provide
(
"dojox.rpc.Client"
);
(
function
(){
dojo
.
_defaultXhr
=
dojo
.
xhr
;
dojo
.
xhr
=
function
(
_1
,
_2
){
var
_3
=
_2
.
headers
=
_2
.
headers
||
{};
_3
[
"Client-Id"
]
=
dojox
.
rpc
.
Client
.
clientId
;
_3
[
"Seq-Id"
]
=
dojox
.
_reqSeqId
=
(
dojox
.
_reqSeqId
||
0
)
+
1
;
return
dojo
.
_defaultXhr
.
apply
(
dojo
,
arguments
);
};
})();
dojox
.
rpc
.
Client
.
clientId
=
(
Math
.
random
()
+
""
).
substring
(
2
,
14
)
+
(
new
Date
().
getTime
()
+
""
).
substring
(
8
,
13
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 02:59 (4 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25177
Default Alt Text
Client.js (677 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment