Created
July 27, 2021 11:15
-
-
Save ugudango/d3707814ef178ed6f1a174fd370c30cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
importScripts('https://gist.githubusercontent.com/ugudango/fde5d2d6a07bc069773f4ce26b9445bd/raw/cc26c232f2b775c9ee14370640fcd72fb98424e7/t.js'); | |
tile.context.testField.$get.then((r) => tile.log(r)); | |
tile.context.testFunc.$call(3, 2).then((r) => { | |
tile.log(r); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment