Documentation
This commit is contained in:
parent
eca267f712
commit
0cd619bf73
|
@ -25,7 +25,8 @@ And use the include() function it in the script parameter of the JS operation:
|
||||||
doOperation = function () {
|
doOperation = function () {
|
||||||
include('hello.js');
|
include('hello.js');
|
||||||
hello();
|
hello();
|
||||||
}```
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
The function needs an authorAccess variable in order to resolve relative URIs and this variable is only available in the scope of the doOperation function. This means that you can't use it
|
The function needs an authorAccess variable in order to resolve relative URIs and this variable is only available in the scope of the doOperation function. This means that you can't use it
|
||||||
|
|
Loading…
Reference in New Issue