Confirmed users
401
edits
| Line 44: | Line 44: | ||
1. Core is an existing module who blocks the first view | 1. Core is an existing module who blocks the first view | ||
2. ParentModule is an existing module who does not block the first view | 2. ParentModule is an existing module who does not block the first view | ||
=== Sample for the module which does block the first view === | === Sample for the module which does block the first view and the parent module is a base module === | ||
// ftu_loader.js | // ftu_loader.js | ||
var FtuLoader = function() {}; | var FtuLoader = function() {}; | ||