v1.0 beta init
This commit is contained in:
9
public/js/jquery-cookie.js
vendored
9
public/js/jquery-cookie.js
vendored
@ -6,13 +6,8 @@
|
||||
* Released under the MIT license
|
||||
*/
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as anonymous module.
|
||||
define(['jquery'], factory);
|
||||
} else {
|
||||
// Browser globals.
|
||||
factory(jQuery);
|
||||
}
|
||||
// Browser globals.
|
||||
factory(jQuery);
|
||||
}(function ($) {
|
||||
|
||||
var pluses = /\+/g;
|
||||
|
Reference in New Issue
Block a user