[chrome-gnome-shell] compat: formatted



commit 9e11553e8864ad5d5146637c6b6ea1c37ce0dfcd
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Wed Mar 14 12:30:31 2018 +0400

    compat: formatted

 extension/include/compat-common.js |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/extension/include/compat-common.js b/extension/include/compat-common.js
index 9afa47f..ca60151 100644
--- a/extension/include/compat-common.js
+++ b/extension/include/compat-common.js
@@ -34,30 +34,30 @@ if(typeof(chrome.permissions) === 'undefined')
 if(typeof(chrome.permissions.onAdded) === 'undefined')
 {
        chrome.permissions.onAdded = {
-                       addListener: function(callback) {
-                               // Do nothing
-                       },
-                       removeListener: function(callback) {
-                               // Do nothing
-                       },
-                       hasListener: function(callback) {
-                               // Do nothing
-                       }
+               addListener: function(callback) {
+                       // Do nothing
+               },
+               removeListener: function(callback) {
+                       // Do nothing
+               },
+               hasListener: function(callback) {
+                       // Do nothing
+               }
        }
 }
 
 if(typeof(chrome.permissions.onRemoved) === 'undefined')
 {
        chrome.permissions.onRemoved = {
-                       addListener: function(callback) {
-                               // Do nothing
-                       },
-                       removeListener: function(callback) {
-                               // Do nothing
-                       },
-                       hasListener: function(callback) {
-                               // Do nothing
-                       }
+               addListener: function(callback) {
+                       // Do nothing
+               },
+               removeListener: function(callback) {
+                       // Do nothing
+               },
+               hasListener: function(callback) {
+                       // Do nothing
+               }
        }
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]