steal.static.start  function     

Starts loading files. This is useful when steal is being used without providing an initial file or app to load. You can steal files, but then call steal.start() to start actually loading them.

Example:

<script src='steal/steal.js'></script>
<script type='text/javascript'>
   steal.plugins('controller')
   steal.start();
</script>
The above code loads steal, then uses steal to load the plugin controller.

steal.start() -> undefined
{undefined}
© Jupiter IT - JavaScriptMVC Training and Support