зеркало из https://github.com/mozilla/pjs.git
Cosmetics: removal of end-of-line whitespace
This commit is contained in:
Родитель
426e18a14f
Коммит
0d0657b898
|
@ -3304,7 +3304,7 @@ public class ScriptRuntime {
|
|||
// XXX Use value for better error reporting
|
||||
String msg = (messageHelper == null)
|
||||
? "null" : messageHelper.toString();
|
||||
return typeError2("msg.isnt.function", msg,
|
||||
return typeError2("msg.isnt.function", msg,
|
||||
value == null ? "null" : value.getClass().getName());
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче