Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Aug 6, 2018
1 parent 1c56cdb commit df0b73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/lib/commands.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ viewportUtils = require('./viewport')

ffRequire = Cu.import('resource://devtools/shared/Loader.jsm').require

{gDevToolsBrowser} = ffRequire("devtools/client/framework/devtools-browser")
{gDevToolsBrowser} = ffRequire('devtools/client/framework/devtools-browser')
{ContentClick} = Cu.import('resource:///modules/ContentClick.jsm', {})
{FORWARD, BACKWARD} = SelectionManager

Expand Down

0 comments on commit df0b73f

Please sign in to comment.