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

8 lines
119 B
Plaintext
Raw Normal View History

2017-10-14 00:01:35 +00:00
whenEnvIsLoaded(function(){
2018-08-29 19:33:21 +00:00
<%- block %>
2017-10-14 00:01:35 +00:00
2018-08-29 19:33:21 +00:00
if (EmbarkJS) {
EmbarkJS.environment = "<%- environment %>";
}
});