Limit the command search to ten items.

This commit is contained in:
Thomas Wilburn 2013-10-15 14:42:25 -07:00
parent 35287cd10d
commit 3e8ffff7ff

View file

@ -113,7 +113,7 @@ define([
}
};
menuWalker(menus);
this.results = results;
this.results = results.slice(0, 10);
},
getTabValues: function(tab) {
var name = tab.fileName;