|
|
|
|
@ -10,6 +10,7 @@
@@ -10,6 +10,7 @@
|
|
|
|
|
* |
|
|
|
|
* Project: https://github.com/CodeSeven/toastr
|
|
|
|
|
*/ |
|
|
|
|
// Version 2.1.0
|
|
|
|
|
; (function (define) { |
|
|
|
|
define(['jquery'], function ($) { |
|
|
|
|
return (function () { |
|
|
|
|
@ -372,4 +373,4 @@
@@ -372,4 +373,4 @@
|
|
|
|
|
} else { |
|
|
|
|
window['toastr'] = factory(window['jQuery']); |
|
|
|
|
} |
|
|
|
|
})); |
|
|
|
|
})); |
|
|
|
|
|