Open StevenLangbroek opened 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:
Uncaught TypeError: Cannot call method 'getField' of null
imageLink = (api.getField('url')) ? "href='" + api.getField('url') + "'" : "";
It works fine when I run it as a normal script...
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...