mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-17 00:00:20 +08:00
update modules after merge
This commit is contained in:
17
node_modules/xmldom/sax.js
generated
vendored
17
node_modules/xmldom/sax.js
generated
vendored
@ -600,23 +600,6 @@ ElementAttributes.prototype = {
|
||||
|
||||
|
||||
|
||||
|
||||
function _set_proto_(thiz,parent){
|
||||
thiz.__proto__ = parent;
|
||||
return thiz;
|
||||
}
|
||||
if(!(_set_proto_({},_set_proto_.prototype) instanceof _set_proto_)){
|
||||
_set_proto_ = function(thiz,parent){
|
||||
function p(){};
|
||||
p.prototype = parent;
|
||||
p = new p();
|
||||
for(parent in thiz){
|
||||
p[parent] = thiz[parent];
|
||||
}
|
||||
return p;
|
||||
}
|
||||
}
|
||||
|
||||
function split(source,start){
|
||||
var match;
|
||||
var buf = [];
|
||||
|
||||
Reference in New Issue
Block a user