Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / src / wrap.js
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/src/wrap.js b/legacy-libs/grpc-cloned/node_modules/protobufjs/src/wrap.js
new file mode 100644 (file)
index 0000000..3fabafd
--- /dev/null
@@ -0,0 +1,37 @@
+/*\r
+ Copyright 2013 Daniel Wirtz <dcode@dcode.io>\r
+\r
+ Licensed under the Apache License, Version 2.0 (the "License");\r
+ you may not use this file except in compliance with the License.\r
+ You may obtain a copy of the License at\r
+\r
+ http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ Unless required by applicable law or agreed to in writing, software\r
+ distributed under the License is distributed on an "AS IS" BASIS,\r
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ See the License for the specific language governing permissions and\r
+ limitations under the License.\r
+ */\r
+\r
+/**\r
+ * @license protobuf.js (c) 2013 Daniel Wirtz <dcode@dcode.io>\r
+ * Released under the Apache License, Version 2.0\r
+ * see: https://github.com/dcodeIO/protobuf.js for details\r
+ */\r
+(function(global, factory) {\r
+\r
+    /* AMD */ if (typeof define === 'function' && define["amd"])\r
+        define(["bytebuffer"], factory);\r
+    /* CommonJS */ else if (typeof require === "function" && typeof module === "object" && module && module["exports"])\r
+        module["exports"] = factory(require("bytebuffer"), true);\r
+    /* Global */ else\r
+        (global["dcodeIO"] = global["dcodeIO"] || {})["ProtoBuf"] = factory(global["dcodeIO"]["ByteBuffer"]);\r
+\r
+})(this, function(ByteBuffer, isCommonJS) {\r
+    "use strict";\r
+\r
+    //? include("protobuf.js");\r
+\r
+    return ProtoBuf;\r
+});\r