Added Prototype.BrowserFeatures.SelectorsAPI boolean.
This commit is contained in:
parent
03c1530014
commit
7062189fed
|
@ -13,6 +13,7 @@ var Prototype = {
|
|||
|
||||
BrowserFeatures: {
|
||||
XPath: !!document.evaluate,
|
||||
SelectorsAPI: !!document.querySelector,
|
||||
ElementExtensions: !!window.HTMLElement,
|
||||
SpecificElementExtensions:
|
||||
document.createElement('div').__proto__ &&
|
||||
|
|
Loading…
Reference in New Issue