Home Manual Reference 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 the Collection class.

public

Exports the Model class.

public

Exports the ParseCollection class.

public

Exports the ParseModel class.

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 collection: Collection source

import collection from 'backbone-es6/src/Collection.js'

Exports the Collection class.

public model: Model source

import model from 'backbone-es6/src/Model.js'

Exports the Model class.

public parseCollection: ParseCollection source

import parseCollection from 'backbone/src/ParseCollection.js'

Exports the ParseCollection class.

public parseModel: ParseModel source

import parseModel from 'backbone/src/ParseModel.js'

Exports the ParseModel class.

public todoList: TodoList source

Exports an instance of TodoList.