@ -11,7 +11,7 @@
* @author Mike Hamburg
* @author Dan Boneh
*/
// Version 1.0.2
"use strict";
/*jslint indent: 2, bitwise: false, nomen: false, plusplus: false, white: false, regexp: false */
@ -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 @@
} else {
window['toastr'] = factory(window['jQuery']);
}
}));