Sha256: e8ff1e0155f45b5c101b6cf9d3d671e6c75f8260b32d704f2ad163f653245b74

Contents?: true

Size: 162 Bytes

Versions: 144

Compression:

Stored size: 162 Bytes

Contents

// tests if page is iframed

// github.com/Modernizr/Modernizr/issues/242

Modernizr.addTest('framed', function(){
  return window.location != top.location;
});

Version data entries

144 entries across 144 versions & 7 rubygems

Version Path
rubyneat_dashboard-0.4.0.alpha.4.pre.1 bower_components/modernizr/feature-detects/window-framed.js
rubyneat_dashboard-0.4.0.alpha.4 bower_components/modernizr/feature-detects/window-framed.js
TokiCLI-0.2.1 lib/TokiServer/bower_components/modernizr/feature-detects/window-framed.js
TokiCLI-0.2.0 lib/TokiServer/bower_components/modernizr/feature-detects/window-framed.js