FIX: JSHint failures

This commit is contained in:
Robin Ward 2015-08-28 16:25:29 -04:00
parent 3ae5a0a2df
commit c1b3811377
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ export default Ember.Component.extend({
@observes('viewMode', 'visible')
_visibleChanged() {
const isDropdown = (this.get('viewMode') === 'drop-down');
if (this.get('visible')) {
this.appEvents.on('dropdowns:closeAll', this, this.hide);

View File

@ -14,7 +14,6 @@ export default ModalBodyView.extend({
}.property('controller.{invitingToTopic,isMessage}'),
inviteLinkChanged: function() {
const self = this;
if (!Ember.isEmpty(this.get('controller.model.inviteLink'))) {
Em.run.next(function() {
$('.invite-link-input').select().focus();