Switch to single quotes to conform to code style.

This commit is contained in:
Blade Barringer
2015-11-04 18:03:39 -06:00
parent 905e7b17ea
commit 5a36d8e3f5
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
$rootScope.toJson = angular.toJson;
$rootScope.Payments = Payments;
$http.defaults.headers.common['x-client'] = "habitica-web";
$http.defaults.headers.common['x-client'] = 'habitica-web';
// Angular UI Router
$rootScope.$state = $state;