Remove Common/Enums Magics.*

This commit is contained in:
djmaze 2020-08-13 22:58:41 +02:00
parent 382aef7ebb
commit 6541a1de7c
38 changed files with 135 additions and 219 deletions

View file

@ -1,7 +1,5 @@
import ko from 'ko';
import { Magics } from 'Common/Enums';
import AppStore from 'Stores/User/App';
import ContactStore from 'Stores/User/Contact';
import Remote from 'Remote/User/Ajax';
@ -25,7 +23,7 @@ class ContactsUserSettings {
this.contactsSyncPass()
].join('|')
)
.extend({ throttle: Magics.Time500ms });
.extend({ throttle: 500 });
}
onBuild() {