client/annotviz/app/js/main.js
author ymh <ymh.work@gmail.com>
Mon, 19 Jan 2015 15:55:17 +0100
changeset 96 f58715468f1e
parent 94 e0e514c5470f
parent 92 a323578ea954
child 98 72d767c5142d
permissions -rw-r--r--
Merged revison 95

/**
 * 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
};