plugd
plugd copied to clipboard
Uncaught ReferenceError: define is not defined
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:
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 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 ...