Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Marked as deprecated by #2462 in Sprint 19
Browse files Browse the repository at this point in the history
57d2628

While these exports were technically never deprecated, they were never
documented either, so it's probably not know they still exist.
  • Loading branch information
Triangle717 committed Oct 22, 2014
1 parent 02c7482 commit 49e0827
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/search/QuickOpen.js
Original file line number Diff line number Diff line change
Expand Up @@ -949,10 +949,4 @@ define(function (require, exports, module) {
exports.beginSearch = beginSearch;
exports.addQuickOpenPlugin = addQuickOpenPlugin;
exports.highlightMatch = highlightMatch;

// accessing these from this module will ultimately be deprecated
exports.stringMatch = StringMatch.stringMatch;
exports.SearchResult = StringMatch.SearchResult;
exports.basicMatchSort = StringMatch.basicMatchSort;
exports.multiFieldSort = StringMatch.multiFieldSort;
});

0 comments on commit 49e0827

Please sign in to comment.