
static.js.vendor.modernizr.src.isSVG.js Maven / Gradle / Ivy
The newest version!
define(['docElement'], function(docElement) {
/**
* A convenience helper to check if the document we are running in is an SVG document
*
* @access private
* @returns {boolean}
*/
var isSVG = docElement.nodeName.toLowerCase() === 'svg';
return isSVG;
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy