Skip to content

Commit

Permalink
add missing function to require
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lüth authored and Dirk Lüth committed Feb 2, 2017
1 parent edb73dc commit c837b41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/handler/component.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/* global
global, document, demand, provide, queue, processor, settings, setTimeout, clearTimeout, storage,
FALSE, EVENT_POST_REQUEST, ERROR_RESOLVE,
functionResolveSourcemaps,
abstractHandler,
ClassDependency, ClassPledge, ClassFailure
*/

//=require constants.js
//=require function/resolveSourcemaps.js
//=require abstract/handler.js
//=require class/dependency.js
//=require class/pledge.js
Expand Down

0 comments on commit c837b41

Please sign in to comment.