Last change
on this file was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
-
Property svn:executable set to
*
|
File size:
299 bytes
|
Rev | Line | |
---|
[483] | 1 | define(["dojo/_base/declare", "dojo/data/ItemFileWriteStore", "./AndOrReadStore"], |
---|
| 2 | function(declare, ItemFileWriteStore, AndOrReadStore){ |
---|
| 3 | |
---|
| 4 | // module: |
---|
| 5 | // dojox/data/AndOrWriteStore |
---|
| 6 | // summary: |
---|
| 7 | // TODOC |
---|
| 8 | |
---|
| 9 | return declare("dojox.data.AndOrWriteStore", [ItemFileWriteStore, AndOrReadStore], {}); |
---|
| 10 | |
---|
| 11 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.