Skip to content

Commit

Permalink
fix JS hint
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jun 22, 2016
1 parent 70bfc23 commit 20c93a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ angular.module("cesium.config", [])
"NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
"TIMEOUT": 4000,
"DEBUG": false,
"VERSION": "0.1.19",
"BUILD_DATE": "2016-06-22T19:20:52.906Z"
"VERSION": "0.1.20",
"BUILD_DATE": "2016-06-22T19:28:18.901Z"
})

;
2 changes: 1 addition & 1 deletion www/js/services/wallet-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ angular.module('cesium.wallet.services', ['ngResource', 'cesium.bma.services', '
.then(function(){
resolve(data);
})
.catch(function(err){reject(err);});;
.catch(function(err){reject(err);});
})
.catch(function(err){reject(err);});
});
Expand Down

0 comments on commit 20c93a0

Please sign in to comment.