updating pendo version, and moving apiKey out of repo

This commit is contained in:
Jared Tabor
2017-07-14 16:03:09 -07:00
parent 9449a0079f
commit e3681bafbf
6 changed files with 22 additions and 150 deletions

View File

@@ -20,6 +20,7 @@ function BaseStringService (namespace) {
* default.strings.json and fall back to defaults defined inline.
*/
this.BRAND_NAME = defaults.BRAND_NAME || 'AWX';
this.PENDO_API_KEY = defaults.PENDO_API_KEY || '';
/*
* Globally relevant strings should be defined here to avoid duplication of content across the