surflion-service 1.3.8 → 1.3.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/surflion.js +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surflion-service",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "",
5
5
  "main": "surflion.js",
6
6
  "scripts": {
package/surflion.js CHANGED
@@ -1588,6 +1588,10 @@ var SurfLion = {
1588
1588
  } else {
1589
1589
  }
1590
1590
  });
1591
+
1592
+ SurfLion.userAgent.transport._reconnect = function() {
1593
+ };
1594
+
1591
1595
  SurfLion.userAgent.start();
1592
1596
 
1593
1597