embark-area-51/lib/modules/code_generator/code_templates/do-when-loaded.js.ejs

9 lines
169 B
Plaintext
Raw Normal View History

2017-10-14 00:01:35 +00:00
whenEnvIsLoaded(function(){
__mainContext.__loadManagerInstance.doFirst(function(done) {
<%- block %>
2018-07-18 14:49:44 +00:00
});
EmbarkJS.environment = "<%- environment %>";
2017-10-14 00:01:35 +00:00
});