Skip to content

Commit

Permalink
Add clarifying comment for re-exported StringMatch functions in Quick…
Browse files Browse the repository at this point in the history
… Open.
  • Loading branch information
dangoor committed Oct 30, 2014
1 parent cc27351 commit 7e7f4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/QuickOpen.js
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ define(function (require, exports, module) {
exports.addQuickOpenPlugin = addQuickOpenPlugin;
exports.highlightMatch = highlightMatch;

// accessing these from this module will ultimately be deprecated
// Convenience exports for functions that most QuickOpen plugins would need.
exports.stringMatch = StringMatch.stringMatch;
exports.SearchResult = StringMatch.SearchResult;
exports.basicMatchSort = StringMatch.basicMatchSort;
Expand Down

0 comments on commit 7e7f4a1

Please sign in to comment.