Sha256: 84b42e63f58969b920b5ec3e1997fd2e1fa2e0f3487ece15450b3d6eb17b9671

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

Stored size: 297 Bytes

Contents

/* focus/scroll hax */
// var $focused = true;
// window.onfocus = function(){ alert(1); $focused = true  }
// window.onblur  = function(){ $focused = false }
// swizzle(Campfire.WindowManager, {
//   isScrolledToBottom: function($super) {
//     return $focused ? $super() : false;
//   }
// });

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
caveat_patch_kids-0.0.8 scripts/caveat_patch_kids/unsupported/focus_scroll_hax.js
caveat_patch_kids-0.0.7 scripts/caveat_patch_kids/unsupported/focus_scroll_hax.js
caveat_patch_kids-0.0.5 scripts/caveat_patch_kids/unsupported/focus_scroll_hax.js
caveat_patch_kids-0.0.4 scripts/caveat_patch_kids/unsupported/focus_scroll_hax.js
caveat_patch_kids-0.0.3 scripts/caveat_patch_kids/unsupported/focus_scroll_hax.js
caveat_patch_kids-0.0.2 scripts/caveat_patch_kids/unsupported/focus_scroll_hax.js
caveat_patch_kids-0.0.1 scripts/caveat_patch_kids/unsupported/focus_scroll_hax.js