Skip to content

Commit

Permalink
[#915] more fix to the me global namespace reference
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Sep 3, 2020
1 parent 15e5ee1 commit 8851f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -263,7 +263,7 @@ export function boot() {
timer.init();

// enable/disable the cache
me.loader.setNocache( utils.getUriFragment().nocache || false );
loader.setNocache( utils.getUriFragment().nocache || false );

// init the stage Manager
state.init();
Expand Down

0 comments on commit 8851f58

Please sign in to comment.