Join Slack
Powered by
I can see how you're using it to load in separate ...
# suitescript
e
erictgrubaugh
05/29/2017, 5:53 PM
I can see how you're using it to load in separate modules, though I'm curious why you're doing it that way instead of using it like:
Copy code
define(["./SalesOrder", "./Separations", "./Invoices"], function (so, sep, inv) { ...
Open in Slack
Previous
Next