Merge branch 'v3'
Conflicts: LICENSE builds/appchan-x.user.js builds/crx/script.js
This commit is contained in:
commit
1ef6701563
@ -8172,7 +8172,7 @@
|
||||
i = links.length;
|
||||
while (i--) {
|
||||
link = links[i];
|
||||
Linkify.embedProcess(Linkify.makeLink(link, this));
|
||||
Linkify.embedProcess(Linkify.makeLink(link), this);
|
||||
}
|
||||
},
|
||||
embedProcess: function() {},
|
||||
|
||||
@ -8223,7 +8223,7 @@
|
||||
i = links.length;
|
||||
while (i--) {
|
||||
link = links[i];
|
||||
Linkify.embedProcess(Linkify.makeLink(link, this));
|
||||
Linkify.embedProcess(Linkify.makeLink(link), this);
|
||||
}
|
||||
},
|
||||
embedProcess: function() {},
|
||||
|
||||
@ -73,7 +73,7 @@ Linkify =
|
||||
i = links.length
|
||||
while i--
|
||||
link = links[i]
|
||||
Linkify.embedProcess Linkify.makeLink link, @
|
||||
Linkify.embedProcess (Linkify.makeLink link), @
|
||||
return
|
||||
|
||||
embedProcess: -> return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user