wxxian001 / jsdt

Automatically exported from code.google.com/p/jsdt
0 stars 0 forks source link

Old definitions for Firefox-JSDT definitions #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include the Firefox jsdt Include path libraries.
2. go window.document.q... autocomplete...

What is the expected output? What do you see instead?
Instead of finding document.querySelector, querySelectorAll, it returns nothing.
All major browsers have this, and the version of Firefox these definitions were 
pulled from must have been older than 3.5:
https://developer.mozilla.org/en-US/docs/Web/API/document.querySelector

What version of the product are you using? On what operating system?
Ubuntu 13.10 Eclipse.

Original issue reported on code.google.com by lukeshar...@gmail.com on 11 Mar 2014 at 7:37