habitica/assets/js/static.js
2013-09-02 01:08:28 -04:00

6 lines
No EOL
212 B
JavaScript

"use strict";
window.habitrpg = angular.module('habitrpg', ['userServices'])
.constant("API_URL", "")
.constant("STORAGE_USER_ID", 'habitrpg-user')
.constant("STORAGE_SETTINGS_ID", 'habit-mobile-settings')