update feature list

This commit is contained in:
Luke Pulverenti 2016-05-14 01:04:54 -04:00
parent cfbf4e01be
commit d8dc752c67

View file

@ -92,11 +92,10 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
var features = [ var features = [
'filedownload', 'filedownload',
'externalpremium' 'externalpremium',
'sharing'
]; ];
features.push('sharing');
return features.indexOf(command.toLowerCase()) != -1; return features.indexOf(command.toLowerCase()) != -1;
}, },
appInfo: function () { appInfo: function () {