mirror of
https://github.com/penpot/penpot.git
synced 2025-07-27 08:17:19 +02:00
🐛 Fix typos in frontend
This commit is contained in:
parent
b7ba3098ae
commit
589e646023
65 changed files with 128 additions and 128 deletions
|
@ -37,7 +37,7 @@ goog.scope(function() {
|
|||
|
||||
// Will store a map from key to list of data
|
||||
// value => [ data ]
|
||||
// The values can be queried in range and the data stored will be retrived whole
|
||||
// The values can be queried in range and the data stored will be retrieved whole
|
||||
// but can be removed/updated individually using clojurescript equality
|
||||
class RangeTree {
|
||||
constructor() {
|
||||
|
@ -151,7 +151,7 @@ goog.scope(function() {
|
|||
}
|
||||
}
|
||||
|
||||
// Remove the lefmost node of the current branch
|
||||
// Remove the leftmost node of the current branch
|
||||
function recRemoveMin(branch) {
|
||||
if (!branch.left) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue