Skip to content

Commit

Permalink
Fixing bad indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Feb 21, 2015
1 parent 08a3a1e commit 7fc0243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/github.com/getlantern/lantern-ui/app/js/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ angular.module('app.services', [])
.service('Messages', function($rootScope) {

var fnList = {
'GeoLookup': function(data) {
console.log('Got GeoLookup information: ', data);
},
'GeoLookup': function(data) {
console.log('Got GeoLookup information: ', data);
},
'ProxiedSites': function(data) {
if (!$rootScope.entries) {
console.log("Initializing proxied sites entries", data.Additions);
Expand Down

0 comments on commit 7fc0243

Please sign in to comment.