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
the HEAD of plugd was converted to work with the new AMD format coming in 1.7 .. define() is the new provide/require() pattern. Sounds like you are trying to use a too-current plugd against an older dojo ...
Hi there,
I'm starting to use Dojo for the first time in a while. Trying to use plugd and running into issues. In my head:
<script type="text/javascript" src="/static/dojo/dojo.js" djConfig="parseOnLoad:true"></script> <script type="text/javascript" src="/static/plugd/base.js"></script>When I refresh the page I get:
Uncaught ReferenceError: define is not defined
in the console.I feel like I'm missing something pretty obvious, but I can't seem to discover what it might be. Any help would be awesome !
Thanks.
-=Derek
The text was updated successfully, but these errors were encountered: