mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Oops i broke jshint again
This commit is contained in:
parent
48d5cb02c2
commit
7bc80ea525
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Discourse.ShareLink = Discourse.Model.extend({
|
|||
}.property('target'),
|
||||
|
||||
openInPopup: function() {
|
||||
return( this.get('target') != 'email' );
|
||||
return( this.get('target') !== 'email' );
|
||||
}.property('target')
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue