[gnome-maps] Fix typo in this._addContacts



commit 01bf31bc62431aa13724873887bad7b2d18d428e
Author: Hashem Nasarat <hashem riseup net>
Date:   Thu Dec 31 18:03:59 2015 -0500

    Fix typo in this._addContacts
    
    Function calls still work with spaces after the '.', but it looks wrong.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759544

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 7764bb0..aed6c36 100644
--- a/src/application.js
+++ b/src/application.js
@@ -182,7 +182,7 @@ const Application = new Lang.Class({
         }
 
         if (contactStore.state === Maps.ContactStoreState.LOADED) {
-            this. _addContacts();
+            this._addContacts();
         } else {
             Utils.once(contactStore, 'notify::state', (function() {
                 if (contactStore.state === Maps.ContactStoreState.LOADED)


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