mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix typo in equality check
This commit is contained in:
parent
0d0d2365aa
commit
5bdc21e224
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
if (node.data.base !== undefined) {
|
||||
return node.data.base;
|
||||
}
|
||||
if (node.data.block_flow.base != undefined) {
|
||||
if (node.data.block_flow.base !== undefined) {
|
||||
return node.data.block_flow.base;
|
||||
}
|
||||
throw "Unknown node type";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue