fix(core): update

This commit is contained in:
2020-07-15 18:12:27 +00:00
parent 133ce80b0a
commit e2f9991f96
6 changed files with 8517 additions and 723 deletions

View File

@ -2,4 +2,4 @@ import * as plugins from './domtools.plugins';
export class Scroller {
// TODO: move sweet scroll over to here;
}
}

View File

@ -11,5 +11,5 @@ export { TypedRequest } from '@apiglobal/typedrequest';
import * as allPlugins from './domtools.plugins';
export const plugins = {
smartpromise: allPlugins.smartpromise
}
smartpromise: allPlugins.smartpromise,
};