| Path : /var/www/html/smartcirqls.com/vendors/bower_components/sweetalert/dev/ |
| Current File : //var/www/html/smartcirqls.com/vendors/bower_components/sweetalert/dev/gulpfile-wrap-template.js |
;(function(window, document, undefined) {
"use strict";
<%= contents %>
/*
* Use SweetAlert with RequireJS
*/
if (typeof define === 'function' && define.amd) {
define(function () {
return sweetAlert;
});
} else if (typeof module !== 'undefined' && module.exports) {
module.exports = sweetAlert;
}
})(window, document);