mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 21:36:01 +00:00
16 lines
445 B
JavaScript
16 lines
445 B
JavaScript
|
|
(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;
|
||
|
|
});
|