Bug 1279731 - "Fix typos in AddonRepository.jsm and PluginProvider.jsm". r=rhelmer

This commit is contained in:
Nomis101 2016-06-11 10:41:45 +02:00
Родитель fc01fbfe6e
Коммит f1831ab523
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -400,7 +400,7 @@ AddonSearchResult.prototype = {
* A platform version to test against
* @return Boolean representing if the add-on is compatible
*/
isCompatibleWith: function(aAppVerison, aPlatformVersion) {
isCompatibleWith: function(aAppVersion, aPlatformVersion) {
return true;
},

Просмотреть файл

@ -578,7 +578,7 @@ PluginWrapper.prototype = {
return true;
},
isCompatibleWith: function(aAppVerison, aPlatformVersion) {
isCompatibleWith: function(aAppVersion, aPlatformVersion) {
return true;
},