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.
<script src='steal/steal.js'></script> <script type='text/javascript'> steal.plugins('controller') steal.start(); </script>
steal.start() -> undefined
{undefined}
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:
The above code loads steal, then uses steal to load the plugin controller.