forked from enviPath/enviPy
Current Dev State
This commit is contained in:
15
static/js/ketcher2/node_modules/istanbul/lib/register-plugins.js
generated
vendored
Normal file
15
static/js/ketcher2/node_modules/istanbul/lib/register-plugins.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
/*
|
||||
Copyright (c) 2012, Yahoo! Inc. All rights reserved.
|
||||
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
||||
*/
|
||||
var Store = require('./store'),
|
||||
Report = require('./report'),
|
||||
Command = require('./command');
|
||||
|
||||
Store.loadAll();
|
||||
Report.loadAll();
|
||||
Command.loadAll();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user