Improved js minification

This commit is contained in:
djmaze 2021-01-26 11:46:30 +01:00
parent 8884adcb72
commit b31bf3d7f5
16 changed files with 99 additions and 150 deletions

View file

@ -1,6 +1,7 @@
import 'External/ko';
import ko from 'ko';
import { SaveSettingsStep } from 'Common/Enums';
import { pInt } from 'Common/Utils';
import ko from 'External/ko';
ko.bindingHandlers.saveTrigger = {
init: (element) => {
@ -63,5 +64,3 @@ ko.extenders.posInterer = (target, defaultVal) => {
ko.observable.fn.idleTrigger = function() {
return this.extend({ 'idleTrigger': true });
};
export default ko;