mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-09-11 08:38:11 -04:00
bring bundle config up-to-date with rollup template
https://github.com/jakejarvis/rollup-module-template
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const init = function (options) {
|
||||
export function init(options) {
|
||||
options = options || {};
|
||||
|
||||
// use a specified element(s) to trigger swap when clicked
|
||||
@@ -93,6 +93,4 @@ const init = function (options) {
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
export { init };
|
||||
}
|
||||
|
Reference in New Issue
Block a user