Skip to content

Commit

Permalink
Add default export.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredreich committed Feb 26, 2017
1 parent 6947f11 commit ff0bfe5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions dist/notie.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,17 @@ var date = exports.date = function date(_ref7, submitCallback, cancelCallback) {
addOverlayToDocument(element);
};

exports.default = {
alert: alert,
force: force,
confirm: confirm,
input: input,
select: select,
date: date,
setOptions: setOptions,
hideAlerts: hideAlerts
};

/***/ })
/******/ ]);
});
Loading

0 comments on commit ff0bfe5

Please sign in to comment.