Index: branches/resourceloader/phase3/resources/core/mw.js |
— | — | @@ -165,7 +165,7 @@ |
166 | 166 | // Translations for conforming operating system names |
167 | 167 | var osTranslations = [['sunos', 'solaris']]; |
168 | 168 | |
169 | | - /* Fucntions */ |
| 169 | + /* Functions */ |
170 | 170 | |
171 | 171 | // Performs multiple replacements on a string |
172 | 172 | function translate( source, translations ) { |
— | — | @@ -245,7 +245,7 @@ |
246 | 246 | * } |
247 | 247 | * } |
248 | 248 | * |
249 | | - * @param Object of browser support map |
| 249 | + * @param map Object of browser support map |
250 | 250 | * |
251 | 251 | * @return Boolean true if browser known or assumed to be supported, false if blacklisted |
252 | 252 | */ |