Open main menu
Home
Random
Log in
Settings
About MozillaWiki
MozillaWiki
Search
CloudServices/Sync/FxSync/Developer/ClientAPI: Difference between revisions
Page
Discussion
← Older edit
Newer edit →
CloudServices/Sync/FxSync/Developer/ClientAPI
(view source)
Revision as of 22:11, 24 September 2010
28 bytes added
,
24 September 2010
→Example Store class skeleton
Revision as of 22:09, 24 September 2010
(
view source
)
Philikon
(
talk
|
contribs
)
(
→Writing a Record class
)
← Older edit
Revision as of 22:11, 24 September 2010
(
view source
)
Philikon
(
talk
|
contribs
)
(
→Example Store class skeleton
)
Newer edit →
Line 122:
Line 122:
<pre>
<pre>
function FooStore() {
// Maintains the store of all your Foo-type items and their GUIDs.
// Maintains the store of all your Foo-type items and their GUIDs.
function FooStore(name) {
Store.call(this.name);
}
}
FooStore.prototype = {
FooStore.prototype = {
Philikon
canmove, Confirmed users
725
edits