- 23 Aug, 2018 2 commits
- 22 Aug, 2018 15 commits
-
-
JC Brand authored
-
JC Brand authored
Setting it on the model itself is not sufficient and then causes changes which should be type `update` become type `create`, causing multiple versions of the model... resulting in chaos.
-
JC Brand authored
So that it persists across page loads. Otherwise storage falls back to the default, causing records to be in both local- and sessionStorage. Additionally, update singleton models to have the 'id' available as a getter. Otherwise multiple records gets stored in browserStorage, causing random results being returned.
-
JC Brand authored
Otherwise the collection's items aren't fetched but it's own properties. The way to persistently remove items from a collection is to destroy them, NOT to call `remove`.
-
JC Brand authored
-
JC Brand authored
Based on live testing. Updated tests accordingly.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- Use sizzle xmlns selector (which doesn't work with `querySelector`) - PEP Subscription didn't have `+` before `notify`
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 21 Aug, 2018 5 commits
- 20 Aug, 2018 5 commits
-
-
JC Brand authored
-
JC Brand authored
It's usually not necessary to wrap a promise inside another one, instead the original promise can just be returned.
-
JC Brand authored
-
JC Brand authored
-
Emmanuel Gil Peyrot authored
-
- 19 Aug, 2018 2 commits
- 18 Aug, 2018 5 commits
- 16 Aug, 2018 6 commits