buildinternet / supersized

Full screen background slideshow plugin for jQuery
http://www.buildinternet.com/project/supersized/
Other
1.13k stars 256 forks source link

RequireJS compatibility #152

Open StevenLangbroek opened 11 years ago

StevenLangbroek commented 11 years ago

I'm trying to load in supersized as a require module. I've stated jquery as a dependency, and load it into my "app" module, but I get this error:

Uncaught TypeError: Cannot call method 'getField' of null caused by line 166:

imageLink = (api.getField('url')) ? "href='" + api.getField('url') + "'" : "";

It works fine when I run it as a normal script...