framework/js/lib
Toby Zerner 33dd5fff36 Initialise component state in init() instead of constructor
This allows component state to be overridden via monkey-patch. ref #246
2015-10-13 16:55:56 +10:30
..
components Initialise component state in init() instead of constructor 2015-10-13 16:55:56 +10:30
helpers Concatenate items in {second}, not {first} 2015-10-11 10:09:22 +10:30
initializers Preload data just before boot, not when the store is initialised 2015-07-22 09:54:49 +09:30
models Return both unread and new notification count from the API 2015-09-29 01:28:47 +02:00
utils Patch Mithril with a route shortcut attribute 2015-09-22 17:09:38 +09:30
App.js Add "Debug" button to inspect the response of a failed AJAX request 2015-09-18 16:46:46 +09:30
Component.js Add init hook as a way to effectively monkey patch constructors 2015-09-08 10:27:02 +09:30
extend.js Copy properties when monkey-patching 2015-09-16 16:03:25 +09:30
Model.js Major refactor and improvements 2015-10-08 14:28:02 +10:30
Session.js Only set XHR authorization header if token isn't empty 2015-09-14 14:49:11 +09:30
Store.js Major refactor and improvements 2015-10-08 14:28:02 +10:30
Translator.js Make punctuate translatable, rename to punctuateSeries 2015-10-08 22:42:03 +10:30