Browse Source

Add toastr.js version 2.1.0.

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

2
static/js/libs/sjcl.js

@ -11,7 +11,7 @@
* @author Mike Hamburg * @author Mike Hamburg
* @author Dan Boneh * @author Dan Boneh
*/ */
// Version 1.0.2 // Version 1.0.2
"use strict"; "use strict";
/*jslint indent: 2, bitwise: false, nomen: false, plusplus: false, white: false, regexp: false */ /*jslint indent: 2, bitwise: false, nomen: false, plusplus: false, white: false, regexp: false */

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