Moz selection colors

This commit is contained in:
Mo Bitar
2018-12-21 11:27:55 -06:00
parent 1de0c85e27
commit 7f7afd1a18
4 changed files with 3 additions and 9 deletions

View File

@@ -135,7 +135,6 @@ class AuthManager extends SFAuthManager {
let contentTypePredicate = new SFPredicate("content_type", "=", prefsContentType);
this.singletonManager.registerSingleton([contentTypePredicate], (resolvedSingleton) => {
// console.log("Loaded existing user prefs", resolvedSingleton.uuid);
this.userPreferences = resolvedSingleton;
this.userPreferencesDidChange();
}, (valueCallback) => {

View File

@@ -29,7 +29,7 @@ class SingletonManager {
/*
If an item alternates its uuid on registration, singletonHandlers might need to update
their local refernece to the object, since the object reference will change on uuid alternation
their local reference to the object, since the object reference will change on uuid alternation
*/
modelManager.addModelUuidChangeObserver("singleton-manager", (oldModel, newModel) => {
for(var handler of this.singletonHandlers) {