You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,11 @@ Each collection's (or model's) `url` property is used as the storage namespace t
101
101
This can be overridden by defining a `storeName` property on your model or collection.
102
102
Defining storeName can be useful when your url is dynamic or when your models do not have the collection set but should be treated as part of that collection in the local cache.
103
103
104
+
Install
105
+
-------
106
+
107
+
Clone like usual or via npm `npm install nilbus/backbone.dualstorage --save`.
0 commit comments