Join Slack
Communities
Powered by
ah, figured it out. In the documentation for kotl...
# javascript
n
Nicholas Bilyk
04/02/2017, 4:41 PM
ah, figured it out. In the documentation for kotlin it shows adding a callback to the requirejs call, if I remove that it works fine
b
bashor
04/06/2017, 5:16 PM
do you mean that next code doesn’t work for you?
Copy code
requirejs(["customerBL"], function (customerBL) { console.log(customerBL) });
bashor
04/06/2017, 5:16 PM
from
https://kotlinlang.org/docs/tutorials/javascript/working-with-modules/working-with-modules.html
2
Views
Open in Slack
Previous
Next