document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. var book = Backbone.Model.extend();
  2. var shell = Backbone.View.extend();
  3. var names = Backbone.Collection.extend();
');