diff --git a/ts/domtools.classes.domtools.ts b/ts/domtools.classes.domtools.ts index be5a481..c51ed56 100644 --- a/ts/domtools.classes.domtools.ts +++ b/ts/domtools.classes.domtools.ts @@ -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, }; diff --git a/ts/index.ts b/ts/index.ts index f108ba3..1567234 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -13,5 +13,6 @@ export { rxjs } from '@pushrocks/smartrx'; import * as allPlugins from './domtools.plugins'; export const plugins = { + smartdelay: allPlugins.smartdelay, smartpromise: allPlugins.smartpromise, };