File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ __Site B (ES5 browser). WebSocket client (connects to the above WebSocket TCP se
274274 < script type= " text/javascript" src= " /node_modules/whatwg-fetch/fetch.js" >< / script>
275275 < script type= " text/javascript" src= " /node_modules/es6-promise/dist/es6-promise.auto.min.js" >< / script>
276276
277- < script type= " text/javascript" src= " /node_modules/regenerator-runtime/runtime.js" >< / script>
277+ <!-- Already covered by babel - polyfill : script type= " text/javascript" src= " /node_modules/regenerator-runtime/runtime.js" >< / script-- >
278278 < script type= " text/javascript" src= " /builds/browser/es5/jsonrpc.min.js" >< / script>
279279
280280 < script>
Original file line number Diff line number Diff line change 88 < script type ="text/javascript " src ="/node_modules/whatwg-fetch/fetch.js "> </ script >
99 < script type ="text/javascript " src ="/node_modules/es6-promise/dist/es6-promise.auto.min.js "> </ script >
1010
11- <!--script type="text/javascript" src="/node_modules/regenerator-runtime/runtime.js"></script-->
11+ <!-- Already covered by babel-polyfill: script type="text/javascript" src="/node_modules/regenerator-runtime/runtime.js"></script-->
1212 < script type ="text/javascript " src ="/builds/browser/es5/jsonrpc.min.js "> </ script >
1313
1414 < script type ="text/javascript " src ="/tests/Browser/TestEndpoint.js "> </ script >
You can’t perform that action at this time.
0 commit comments