Skip to content

Commit

Permalink
[PLAYER-327] - Added missing require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfranco81 committed Jan 13, 2017
1 parent d322c97 commit 26be110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/js/main_html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require("../../../html5-common/js/utils/InitModules/InitOO.js");
require("../../../html5-common/js/utils/InitModules/InitOOUnderscore.js");
require("../../../html5-common/js/utils/InitModules/InitOOHazmat.js");
require("../../../html5-common/js/utils/constants.js");
require("../../../html5-common/js/utils/utils.js");
require("../../../html5-common/js/utils/environment.js");

(function(_, $) {
Expand Down

0 comments on commit 26be110

Please sign in to comment.