You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
almond.js (https://github.com/jrburke/almond/) only loads modules that supply a specific name in define(name, deps, factory). The current implementation just supplies a factory method, without a name or dependencies.
The text was updated successfully, but these errors were encountered:
almond.js (https://github.com/jrburke/almond/) only loads modules that supply a specific name in
define(name, deps, factory)
. The current implementation just supplies a factory method, without a name or dependencies.The text was updated successfully, but these errors were encountered: