mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-18 14:04:17 +08:00
Delete gettext-extractor+3.5.3.patch
This commit is contained in:
parent
e18b84afed
commit
a5c94707d4
@ -1,13 +0,0 @@
|
||||
diff --git a/node_modules/gettext-extractor/dist/html/selector.js b/node_modules/gettext-extractor/dist/html/selector.js
|
||||
index e290d12..cdb1d0b 100644
|
||||
--- a/node_modules/gettext-extractor/dist/html/selector.js
|
||||
+++ b/node_modules/gettext-extractor/dist/html/selector.js
|
||||
@@ -120,7 +120,7 @@ class ElementSelector {
|
||||
if (elementAttributeValue === null) {
|
||||
return false;
|
||||
}
|
||||
- if (attribute.value) {
|
||||
+ if (attribute.value !== undefined) {
|
||||
switch (attribute.operator) {
|
||||
case '^=':
|
||||
if (elementAttributeValue.slice(0, attribute.value.length) !== attribute.value) {
|
Loading…
Reference in New Issue
Block a user