aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/binary
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-02-04 16:11:07 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-02-18 10:30:21 -0800
commit77af5d04b1897baeda2ebd753d138c99afe72c50 (patch)
tree60a26239352658db80b87262315659c5202e31f6 /js/binary
parentd6a186a8f18c1b14979e0244c0434b5b89c0f8a9 (diff)
Fixed nested message scopes for CommonJS.
Diffstat (limited to 'js/binary')
-rw-r--r--js/binary/proto_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/binary/proto_test.js b/js/binary/proto_test.js
index 106ee243..817f8a79 100644
--- a/js/binary/proto_test.js
+++ b/js/binary/proto_test.js
@@ -32,7 +32,7 @@
goog.require('goog.testing.asserts');
-// CommonJS-LoadFromFile: testbinary_pb
+// CommonJS-LoadFromFile: testbinary_pb proto.jspb.test
goog.require('proto.jspb.test.ExtendsWithMessage');
goog.require('proto.jspb.test.ForeignEnum');
goog.require('proto.jspb.test.ForeignMessage');