Coding style fix

This commit is contained in:
Dionysis Zindros 2014-01-08 00:33:14 -08:00
parent c4748cad91
commit 92a77aee78

View File

@ -446,7 +446,7 @@ var retweetSubmit = function(e)
function initInterfaceCommon() {
$("body").on( "click", ".cancel" , function() { closeModal($(this)); } );
$( "body" ).on( "click", ".cancel" , function() { closeModal($(this)); } );
$( ".post-reply" ).bind( "click", postReplyClick );
$( ".post-propagate" ).bind( "click", reTwistPopup );
$( ".userMenu-config-dropdown" ).bind( "click", dropDownMenu );