@@ -35,7 +35,7 @@ var adapter = new DSFirebaseAdapter({
35
35
36
36
var store = new JSData.DS ();
37
37
38
- store .registerAdapter (' DSFirebaseAdapter ' , adapter, { default: true });
38
+ store .registerAdapter (' firebase ' , adapter, { default: true });
39
39
40
40
// "store" will now use the firebase adapter for all async operations
41
41
```
@@ -64,21 +64,24 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
64
64
65
65
## License
66
66
67
+ The MIT License (MIT)
68
+
67
69
Copyright (c) 2014 Jason Dobry
68
70
69
- Permission is hereby granted, free of charge, to any person obtaining a copy of
70
- this software and associated documentation files (the "Software"), to deal in
71
- the Software without restriction, including without limitation the rights to
72
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
73
- of the Software, and to permit persons to whom the Software is furnished to do
74
- so, subject to the following conditions:
71
+ Permission is hereby granted, free of charge, to any person obtaining a copy
72
+ of this software and associated documentation files (the "Software"), to deal
73
+ in the Software without restriction, including without limitation the rights
74
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75
+ copies of the Software, and to permit persons to whom the Software is
76
+ furnished to do so, subject to the following conditions:
75
77
76
78
The above copyright notice and this permission notice shall be included in all
77
79
copies or substantial portions of the Software.
78
80
79
81
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
81
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
82
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
83
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
84
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
82
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87
+ SOFTWARE.
0 commit comments