Skip to content

Instantly share code, notes, and snippets.

@anthonyshort
Created August 20, 2013 00:43
Show Gist options
  • Select an option

  • Save anthonyshort/6275858 to your computer and use it in GitHub Desktop.

Select an option

Save anthonyshort/6275858 to your computer and use it in GitHub Desktop.
View stuff
var View = require('view');
var template = require('./template.html');
var view = new View({
template: template
});
var view = require('view');
var template = require('./template.html');
var View = view(template);
var item = new View();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment