Browse Source

Add toastr.js version 2.1.0.

pull/234/head
Evan Theurer 11 years ago
parent
commit
0c10c9ae2e
  1. 1
      static/js/libs/toastr.js

1
static/js/libs/toastr.js

@ -10,6 +10,7 @@
* *
* Project: https://github.com/CodeSeven/toastr * Project: https://github.com/CodeSeven/toastr
*/ */
// Version 2.1.0
; (function (define) { ; (function (define) {
define(['jquery'], function ($) { define(['jquery'], function ($) {
return (function () { return (function () {

Loading…
Cancel
Save