Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 470 Bytes

backbone-history

Backbone.History component

Installation

$ component install spini/backbone-history

Example

var history = require('spini-backbone-history');

$(function(){
  ...
  history.start({pushState: true});
});

API

See documentation for Backbone.History

License

MIT