You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
215 B

  1. /**
  2. * Call our require.ensure under the attached context. Therefore,
  3. * require.ensure must reference only global closure variables.
  4. */
  5. module.exports = function() {
  6. require.ensure.apply(this, arguments);
  7. };