client/annotviz/app/js/main.js
author ymh <ymh.work@gmail.com>
Fri, 16 Jan 2015 20:20:28 +0100
changeset 94 e0e514c5470f
parent 93 79ae42ad97d4
child 96 f58715468f1e
permissions -rw-r--r--
create doubleroll component and modularize app

/**
 * scripts/main.js
 *
 * This is the starting point for your application.
 * Take a look at http://browserify.org/ for more info
 */

'use strict';

var doubleroll = require('./doubleroll.js');

module.exports = {
    DoubleRoll: doubleroll.DoubleRoll
};