Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885654
JsonQueryRestStore.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
712 B
Subscribers
None
JsonQueryRestStore.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.data.JsonQueryRestStore"
]){
dojo
.
_hasResource
[
"dojox.data.JsonQueryRestStore"
]
=
true
;
dojo
.
provide
(
"dojox.data.JsonQueryRestStore"
);
dojo
.
require
(
"dojox.data.JsonRestStore"
);
dojo
.
require
(
"dojox.data.util.JsonQuery"
);
dojo
.
requireIf
(
!!
dojox
.
data
.
ClientFilter
,
"dojox.json.query"
);
dojo
.
declare
(
"dojox.data.JsonQueryRestStore"
,[
dojox
.
data
.
JsonRestStore
,
dojox
.
data
.
util
.
JsonQuery
],{
matchesQuery
:
function
(
_1
,
_2
){
return
_1
.
__id
&&
(
_1
.
__id
.
indexOf
(
"#"
)
==-
1
)
&&
this
.
inherited
(
arguments
);
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 18:08 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25022
Default Alt Text
JsonQueryRestStore.js (712 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment