Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
 Barefoot.APIAdapter
 Barefoot.Collection
 Barefoot.CookieAdapter
 Barefoot.DataStore
 Barefoot.Errors
 Barefoot.Model
 Barefoot.Router
 Barefoot.Util
 Barefoot.View
When building a fancy JavaScript based client you’ll probably have a straight forward REST API in the backend.
For the moment, the Barefoot collection does not introduce any new functionalities to Backbones collection.
The CookieAdapter gives generalized access to cookies on the client and server side.
The DataStore is a core object and extends the Barefoot.Model.
This class contains a set of predefined error objects which are thought to be used in your API route callbacks.
For the moment, the Barefoot model does not introduce any new functionalities to Backbones model.
The barefoot router extends the default backbone router by applying environment specific mixins to it
Contains helper functions for loading environment specific mixins.
The barefoot view extends the default backbone view by applying an environment specific mixin to it.
Close