Oops i broke jshint again

This commit is contained in:
Neil Lalonde 2013-04-12 18:13:58 -04:00
parent 48d5cb02c2
commit 7bc80ea525
1 changed files with 1 additions and 1 deletions

View File

@ -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')
});