@ntlab/ntjs-assets 2.0.53 → 2.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/js/DataTables/Extensions/FixedColumns/js/FixedColumns.js +1 -1
- package/assets/js/DataTables/Extensions/FixedColumns/js/dataTables.fixedColumns.js +3 -3
- package/assets/js/DataTables/Extensions/FixedColumns/js/dataTables.fixedColumns.min.js +2 -2
- package/assets/js/DataTables/Extensions/FixedColumns/js/index.js +2 -2
- package/assets/js/cdn.json +2 -2
- package/assets/js/socket.io/socket.io.esm.min.js +2 -2
- package/assets/js/socket.io/socket.io.esm.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.js +2 -1
- package/assets/js/socket.io/socket.io.js.map +1 -1
- package/assets/js/socket.io/socket.io.min.js +2 -2
- package/assets/js/socket.io/socket.io.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.msgpack.min.js +2 -2
- package/assets/js/socket.io/socket.io.msgpack.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Socket.IO v4.8.
|
|
2
|
+
* Socket.IO v4.8.1
|
|
3
3
|
* (c) 2014-2024 Guillermo Rauch
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1432,6 +1432,7 @@
|
|
|
1432
1432
|
};
|
|
1433
1433
|
_proto.doClose = function doClose() {
|
|
1434
1434
|
if (typeof this.ws !== "undefined") {
|
|
1435
|
+
this.ws.onerror = function () {};
|
|
1435
1436
|
this.ws.close();
|
|
1436
1437
|
this.ws = null;
|
|
1437
1438
|
}
|