mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update welsonjs-squel-basic-5.13.0.js
This commit is contained in:
parent
ba856e0c05
commit
fc7359e73b
|
@ -1,4 +1,13 @@
|
||||||
var factory = function() {
|
;
|
||||||
|
(function(root, factory) {
|
||||||
|
if (typeof define === 'function' && define.amd) {
|
||||||
|
define([], factory);
|
||||||
|
} else if (typeof exports === 'object') {
|
||||||
|
module.exports = factory();
|
||||||
|
} else {
|
||||||
|
root.squel = factory();
|
||||||
|
}
|
||||||
|
}(this, function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var _get = function get(object, property, receiver) {
|
var _get = function get(object, property, receiver) {
|
||||||
|
@ -3120,6 +3129,4 @@ var factory = function() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return squel;
|
return squel;
|
||||||
};
|
}));
|
||||||
|
|
||||||
module.exports = factory();
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user