mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-30 13:37:03 +00:00
Update welsonjs-squel-basic-5.13.0.js
This commit is contained in:
parent
a5f22198a2
commit
6b5913543b
|
@ -3041,8 +3041,8 @@
|
||||||
}(cls.QueryBuilder);
|
}(cls.QueryBuilder);
|
||||||
|
|
||||||
var _squel = {
|
var _squel = {
|
||||||
VERSION: '5.12.2',
|
'VERSION': '5.12.2',
|
||||||
flavour: flavour,
|
'flavour': flavour,
|
||||||
'expr': function expr(options) {
|
'expr': function expr(options) {
|
||||||
return new cls.Expression(options);
|
return new cls.Expression(options);
|
||||||
},
|
},
|
||||||
|
@ -3073,7 +3073,7 @@
|
||||||
inst['function'].apply(inst, arguments);
|
inst['function'].apply(inst, arguments);
|
||||||
return inst;
|
return inst;
|
||||||
},
|
},
|
||||||
registerValueHandler: cls.registerValueHandler
|
'registerValueHandler': cls.registerValueHandler
|
||||||
};
|
};
|
||||||
|
|
||||||
// aliases
|
// aliases
|
||||||
|
|
Loading…
Reference in New Issue
Block a user