fix(core): update
This commit is contained in:
@ -2,4 +2,4 @@ import * as plugins from './domtools.plugins';
|
||||
|
||||
export class Scroller {
|
||||
// TODO: move sweet scroll over to here;
|
||||
}
|
||||
}
|
||||
|
@ -11,5 +11,5 @@ export { TypedRequest } from '@apiglobal/typedrequest';
|
||||
import * as allPlugins from './domtools.plugins';
|
||||
|
||||
export const plugins = {
|
||||
smartpromise: allPlugins.smartpromise
|
||||
}
|
||||
smartpromise: allPlugins.smartpromise,
|
||||
};
|
||||
|
Reference in New Issue
Block a user