app_dev.reporter.js

This commit is contained in:
Oleg Korshul 2017-07-21 17:56:50 +03:00
parent 619f0e1d35
commit 782b70bda6
2 changed files with 6 additions and 1 deletions

View file

@ -68,6 +68,9 @@ require.config({
}); });
require([ require([
'sockjs',
'xregexp',
'underscore'
], function () { ], function () {
var _msg_func = function(msg) { var _msg_func = function(msg) {

View file

@ -259,6 +259,8 @@
</style> </style>
</head> </head>
<body> <body>
<script type="text/javascript" src="../../../vendor/jquery/jquery.min.js"></script>
<script type="text/javascript" src="../../../vendor/xregexp/xregexp-all-min.js"></script>
<script type="text/javascript" src="../sdk_dev_scripts.js"></script> <script type="text/javascript" src="../sdk_dev_scripts.js"></script>
<script> <script>