requestAnimationFrame.js 261 B

12345678910
  1. "use strict";
  2. /**
  3. * Copyright (c) 2014-present, Facebook, Inc.
  4. *
  5. * This source code is licensed under the MIT license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. *
  8. */
  9. module.exports = require("./requestAnimationFramePolyfill");