removing some old portal mode code that's unused

while auditing Tower strings
This commit is contained in:
Jared Tabor
2017-07-13 15:34:44 -07:00
parent 2c6e229e71
commit d2a914a040
26 changed files with 88 additions and 98 deletions

View File

@@ -0,0 +1,9 @@
// The purpose of this file is to instantiate the BaseStringService
// for app-wide usage.
function AppStrings (BaseString) {
BaseString.call(this, 'app');
}
AppStrings.$inject = ['BaseStringService'];
export default AppStrings;