зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1279731 - "Fix typos in AddonRepository.jsm and PluginProvider.jsm". r=rhelmer
This commit is contained in:
Родитель
fc01fbfe6e
Коммит
f1831ab523
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче