Update welsonjs-squel-basic-5.13.0.js

This commit is contained in:
Namhyeon Go 2020-11-14 23:45:13 +09:00
parent 78ce808c42
commit ba856e0c05

View File

@ -1,13 +1,4 @@
; 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) {
@ -3093,9 +3084,7 @@
# --------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------
*/ */
//var squel = _buildSquel(); var squel = _buildSquel();
var squel = {a: 1};
/** /**
# --------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------
@ -3131,4 +3120,6 @@
} }
}; };
return squel; return squel;
})); };
module.exports = factory();