Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
fix extraneous single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Oct 4, 2016
1 parent e4c4b02 commit 751781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ class SitePermissionsPage extends React.Component {
(
<span className='clearAllLink' data-l10n-id='clearAll'
onClick={this.clearPermissions.bind(this, name)} />
)'
)
</span>
</div>
<ul>
Expand Down

0 comments on commit 751781d

Please sign in to comment.