plugd icon indicating copy to clipboard operation
plugd copied to clipboard

Uncaught ReferenceError: define is not defined

Open hyphyphyph opened this issue 13 years ago • 1 comments

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

hyphyphyph avatar Aug 26 '11 15:08 hyphyphyph

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 ...

phiggins42 avatar Sep 21 '11 13:09 phiggins42