Skip to content

Commit

Permalink
Standard: add spacing as required
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 5, 2016
1 parent 4fb1947 commit 3a7bc52
Show file tree
Hide file tree
Showing 11 changed files with 300 additions and 300 deletions.
6 changes: 3 additions & 3 deletions background.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
chrome.browserAction.onClicked.addListener(function(tab) {
chrome.browserAction.onClicked.addListener(function (tab) {

chrome.storage.sync.set({'chrome-app-sync': true});
chrome.storage.sync.set({ 'chrome-app-sync' : true });


chrome.tabs.create({'url': chrome.extension.getURL('index.html')}, function(tab) {
chrome.tabs.create({ 'url': chrome.extension.getURL('index.html') }, function (tab) {
// tab opened
});

Expand Down
Loading

0 comments on commit 3a7bc52

Please sign in to comment.