|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1 |
www |
1 |
// wrap in UMD
|
|
|
2 |
(function(factory) {
|
|
|
3 |
if (typeof module === "object" && module.exports) {
|
|
|
4 |
module.exports = factory(require("jquery"));
|
|
|
5 |
} else if (typeof define === "function" && define.amd) {
|
|
|
6 |
define(["jquery"], function($) {
|
|
|
7 |
factory($);
|
|
|
8 |
});
|
|
|
9 |
} else factory(jQuery);
|
|
|
10 |
}(function ($, undefined) {
|
|
|
11 |
"use strict";
|