Variable
| Static Public Summary | ||
| public |
BackboneProxy: {backbone: null} Defines a proxy Object to hold a reference of the Backbone object instantiated. |
|
| public |
Returns an instance of AppState. |
|
| public |
Either loads the Window.btoa function or defaults to the polyfill. |
|
| public |
Exports an instance of TodoList. |
|
Static Public
public BackboneProxy: {backbone: null} source
import BackboneProxy from 'backbone-es6/src/BackboneProxy.js'Defines a proxy Object to hold a reference of the Backbone object instantiated.
public appState: AppState source
import appState from 'backbone-parse-es6-todos-improved/site/js/models/appState.js'Returns an instance of AppState.
public btoa: function source
import btoa from 'typhonjs-core-utils/src/btoa.js'Either loads the Window.btoa function or defaults to the polyfill.
public todoList: TodoList source
import todoList from 'backbone-parse-es6-todos-improved/site/js/collections/todoList.js'Exports an instance of TodoList.