8000 Post-merge · protobufjs/bytebuffer.js@ce4b2bd · GitHub
[go: up one dir, main page]

Skip to content

Commit ce4b2bd

Browse files
committed
Post-merge
1 parent cdeec1a commit ce4b2bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/ByteBufferAB.min.js.gz

0 Bytes
Binary file not shown.

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
16-
var ByteBufferNB = require("./dist/ByteBufferNB.js")),
17-
ByteBufferAB = require("./dist/ByteBufferAB.js"));
16+
var ByteBufferNB = require("./dist/ByteBufferNB.js"),
17+
ByteBufferAB = require("./dist/ByteBufferAB.js");
1818

1919
module.exports = ByteBufferNB;
2020
module.exports.ByteBufferNB = ByteBufferNB; // node Buffer backed

0 commit comments

Comments
 (0)
0