fix(core): update

This commit is contained in:
Philipp Kunz 2021-08-26 20:24:28 +02:00
parent ef0a4eae80
commit 31126e30eb
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import { FastMap } from '@pushrocks/lik/dist_ts/lik.fastmap';
import { TViewport } from './domtools.breakpoints';
import { Scroller } from './domtools.classes.scroller';
import { delayForRandom } from '@pushrocks/smartdelay';
import { WebSetup } from '@pushrocks/websetup';
import { ThemeManager } from './domtools.classes.thememanager';
@ -81,6 +80,7 @@ export class DomTools {
});
public convenience = {
smartdelay: plugins.smartdelay,
};

View File

@ -13,5 +13,6 @@ export { rxjs } from '@pushrocks/smartrx';
import * as allPlugins from './domtools.plugins';
export const plugins = {
smartdelay: allPlugins.smartdelay,
smartpromise: allPlugins.smartpromise,
};