bridge.include doesn't exists
-
Hello !
When I'm trying to include an another script, this error is thrown :
Script Error (Line 2, Column 0): TypeError: Cannot find function include in object com.braincloud.core.service.scripting.Bridge@2c609b4b.
The bridge.include method described in documentation does not seems to work and there is no prop "include" when I log Object.keys(bridge). What is the good way to include shared scripts ?
Thanks !