
static.js.vendor.modernizr.feature-detects.window.framed.js Maven / Gradle / Ivy
The newest version!
/*!
{
"name": "Framed window",
"property": "framed",
"tags": ["window"],
"builderAliases": ["window_framed"]
}
!*/
/* DOC
Tests if page is iframed.
*/
define(['Modernizr'], function(Modernizr) {
// github.com/Modernizr/Modernizr/issues/242
Modernizr.addTest('framed', window.location != top.location);
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy