app_dev.reporter.js
This commit is contained in:
parent
619f0e1d35
commit
782b70bda6
|
@ -68,6 +68,9 @@ require.config({
|
|||
});
|
||||
|
||||
require([
|
||||
'sockjs',
|
||||
'xregexp',
|
||||
'underscore'
|
||||
], function () {
|
||||
|
||||
var _msg_func = function(msg) {
|
||||
|
|
|
@ -259,7 +259,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<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>
|
||||
window.sdk_dev_scrpipts.forEach(function(item){
|
||||
|
|
Loading…
Reference in a new issue