⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244311 in webkit


Ignore:
Timestamp:
Apr 15, 2019, 5:00:58 PM (7 years ago)
Author:
Nikita Vasilyev
Message:

Unreviewed, fix typo in a comment.

  • UserInterface/Views/SearchSidebarPanel.js:

(WI.SearchSidebarPanel.prototype.performSearch):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r244308 r244311  
     12019-04-15  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        Unreviewed, fix typo in a comment.
     4
     5        * UserInterface/Views/SearchSidebarPanel.js:
     6        (WI.SearchSidebarPanel.prototype.performSearch):
     7
    182019-04-15  Devin Rousso  <drousso@apple.com>
    29
  • trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js

    r243207 r244311  
    247247
    248248            let domSearchResults = ({nodeIds}) => {
    249                 // If someone started a new search, then return early and stop showing seach results from the old query.
     249                // If someone started a new search, then return early and stop showing search results from the old query.
    250250                if (this._domSearchIdentifier !== searchId)
    251251                    return;
Note: See TracChangeset for help on using the changeset viewer.