commit | cc8ca5b6a5478b40546d4206392eb1471454460d | [log] [tgz] |
---|---|---|
author | Bo Yang <teboring@google.com> | Mon Sep 19 13:45:07 2016 -0700 |
committer | Bo Yang <teboring@google.com> | Mon Oct 10 11:23:36 2016 -0700 |
tree | c0b45abfa16d7d373a6ea8f7fe50f1de00ab938e | |
parent | 337a028bb65ccca4dda768695950b5aba53ae2c9 [diff] [blame] |
Integrate internal changes
diff --git a/js/debug.js b/js/debug.js index 3c1ada0..46b2485 100644 --- a/js/debug.js +++ b/js/debug.js
@@ -95,8 +95,7 @@ if (match && name != 'getExtension' && name != 'getJsPbMessageId') { var has = 'has' + match[1]; - if (!thing[has] || thing[has]()) - { + if (!thing[has] || thing[has]()) { var val = thing[name](); object[jspb.debug.formatFieldName_(match[1])] = jspb.debug.dump_(val); }