Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / protobufjs / cli / wrappers / default.js
diff --git a/legacy-libs/protobufjs/cli/wrappers/default.js b/legacy-libs/protobufjs/cli/wrappers/default.js
new file mode 100644 (file)
index 0000000..34b29ec
--- /dev/null
@@ -0,0 +1,15 @@
+(function(global, factory) { /* global define, require, module */
+
+    /* AMD */ if (typeof define === 'function' && define.amd)
+        define([$DEPENDENCY], factory);
+
+    /* CommonJS */ else if (typeof require === 'function' && typeof module === 'object' && module && module.exports)
+        module.exports = factory(require($DEPENDENCY));
+
+})(this, function($protobuf) {
+    "use strict";
+
+    $OUTPUT;
+
+    return $root;
+});