UNPKG

316 BJavaScriptView Raw
1
2/*
3 Copyright (c) 2012, Yahoo! Inc. All rights reserved.
4 Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
5 */
6var Store = require('./store'),
7 Report = require('./report'),
8 Command = require('./command');
9
10Store.loadAll();
11Report.loadAll();
12Command.loadAll();
13
14
15