Parchment.Plugins.Shout={attributes_whitelist:{span:{"class":/js-whiskey-reply-user-profile|js-whiskey-quote-user-profile/,id:/\.*/}},empty_node_whitelist:{span:function(a){return a.hasClass("js-whiskey-reply-user-profile")||a.hasClass("js-whiskey-quote-user-profile")}},init:function(){this.parchment.textarea.addEvents({quote:function(a){this.editor.focus();this.insertHTML(a+"<br/>")}.bind(this.parchment),reply:function(a){this.editor.focus();this.insertHTML(a)}.bind(this.parchment)})}};
