UNPKG

superglue.js

Version:

Simple web application platform using superviews.js and supermodels.js together with browserify

6 lines (4 loc) 105 B
var basket = require('./basket') var todo = require('./todo') window.basket = basket window.todo = todo