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

Commit

Permalink
Apply changes to "[Extensions] Begin making Extension port initializa…
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Feb 9, 2017
1 parent 42e7978 commit 30a389c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atom/common/api/resources/tabs_bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ var binding = require('binding').Binding.create('tabs');

var atom = requireNative('atom').GetBinding();
var messaging = require('messaging');
var tabsNatives = requireNative('tabs');
var OpenChannelToTab = tabsNatives.OpenChannelToTab;
var OpenChannelToTab = requireNative('messaging_natives').OpenChannelToTab;
var process = requireNative('process');
var sendRequestIsDisabled = process.IsSendRequestDisabled();
var forEach = require('utils').forEach;
Expand Down

1 comment on commit 30a389c

@bridiver
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.