/** * ReactDOM v15.4.0 */ ;(function(f) { // CommonJS if (typeof exports === "object" && typeof module !== "undefined") { f(require('react')); // RequireJS } else if (typeof define === "function" && define.amd) { require(['react'], f); //