mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2025-12-08 20:58:55 +00:00
10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
define(["protobuf"], function($protobuf) {
|
|
"use strict"; // eslint-disable-line strict
|
|
|
|
%OUTPUT%
|
|
|
|
$protobuf.roots[%ROOT%] = $root;
|
|
|
|
return $root;
|
|
});
|