X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FBlerg.js;fp=www%2Fjssrc%2Fblerg%2FBlerg.js;h=45b7d5f2cf373bd80fcb11dd3b6a339dd0fd4c90;hb=4720a1f90f7d42f3611f064cc5ba3d768a92b5c6;hp=af0f688461a381b5288bd200c94a74f9ec44bb03;hpb=f5eba55960cba26d820f88144776f7177db92c0b;p=blerg.git diff --git a/www/jssrc/blerg/Blerg.js b/www/jssrc/blerg/Blerg.js index af0f688..45b7d5f 100644 --- a/www/jssrc/blerg/Blerg.js +++ b/www/jssrc/blerg/Blerg.js @@ -36,10 +36,10 @@ enyo.kind({ document.body.addEventListener('keyup', function(event) { if (event.shiftKey && event.keyCode == 32) { - this.$.post.show(); + this.waterfall('onPostVisibility', {showing: true}); event.stopPropagation(); } - }, false); + }.bind(this), false); }, hashCheck: function() { if (location.hash != this.lastHash) {