aboutsummaryrefslogtreecommitdiff
path: root/js/binary
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-02-19 14:39:17 -0800
committerJoshua Haberman <jhaberman@gmail.com>2016-02-19 14:39:17 -0800
commit32daf513ced8d51e8de6cc8d800cfc972c4df5d6 (patch)
treed430af9b032a81e73757c59209a1ed1d6e9be42e /js/binary
parent894c4d6a8bb9ab6b6d4791be98656cfb5399d0bc (diff)
parent24c5424be5b220d8d4575e4262ee5d6ad9417959 (diff)
downloadprotobuf-32daf513ced8d51e8de6cc8d800cfc972c4df5d6.tar.gz
protobuf-32daf513ced8d51e8de6cc8d800cfc972c4df5d6.tar.bz2
protobuf-32daf513ced8d51e8de6cc8d800cfc972c4df5d6.zip
Merge pull request #1215 from haberman/commonjs
Added support for CommonJS require()
Diffstat (limited to 'js/binary')
-rw-r--r--js/binary/proto_test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/binary/proto_test.js b/js/binary/proto_test.js
index 1cb7ff0e..817f8a79 100644
--- a/js/binary/proto_test.js
+++ b/js/binary/proto_test.js
@@ -31,6 +31,8 @@
// Test suite is written using Jasmine -- see http://jasmine.github.io/
goog.require('goog.testing.asserts');
+
+// 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');