You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CSK_Module_MultiHTTPClient/scripts/CSK_Module_MultiHTTPClient.lua
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
-- If app property "LuaLoadAllEngineAPI" is FALSE, use this to load and check for required APIs
32
32
-- This can improve performance of garbage collection
33
33
34
-
--_G.availableAPIs = require('Communication/MultiHTTPClient/helper/checkAPIs') -- can be used to adjust function scope of the module related on available APIs of the device
34
+
_G.availableAPIs=require('Communication/MultiHTTPClient/helper/checkAPIs') -- can be used to adjust function scope of the module related on available APIs of the device
0 commit comments