itechnology / headjs

The only script in your HEAD.
http://headjs.com
6 stars 2 forks source link

'a' is not an object #1

Open itpmngt opened 11 years ago

itpmngt commented 11 years ago

Hi Robert

We are using this great plugin in one of our sites with the peculiarity that to access the site it needs to use an Adobe AIR app. When we load 'head.js' it brings an error message "Resultt of expression 'a' [undefined] is not an object" - seems that 'a' is not getting what it wants - I'm attaching a stackTrace of tghe issue. Could you siggest what we could do to check things?

PS: ![Uploading Adobe AIR - Introspector.png . . .]() Had some difficulty to attach the image - so here is a temp link: https://research.ndorms.ox.ac.uk/ukvas/database/assets/images/Adobe_AIR_Introspector.png

Best,

Joe Rosa

itechnology commented 11 years ago

Hey, sorry for the late reply been having some internet issues lately ..actually my box broke down twice in a row !! grrr

Anyways, just wanted to let you i took over the main HeadJS repo so haven't been doing any work on this one lately ..unfortunately the other one still doesn't support the height/width features like here, however a HeadJS V2 is underways which will finally merge these 2 repos :)

As for your a[undefined] problem, that's kinda weird since i can't think of a single place where i use a "a href" ..css3 detections use a "i" tag, script loader injects "script" and "link" tags, and the responsive design part just does stuff on screen resize. ????