UNPKG

wheelhouse-router

Version:

A wheelhouse library to marry flatiron's Director with Backbone's router

11 lines (9 loc) 193 B
'use strict'; var Backbone = require('backbone') module.exports = Backbone.View.extend({ el: '#app' , template: 'home view' , render: function(){ this.$el.html(this.template) } })