Home Manual ReferenceGraphs Source Repository

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

Returns an instance of AppState.

public btoa: function source

Either loads the Window.btoa function or defaults to the polyfill.

public todoList: TodoList source

Exports an instance of TodoList.