yui-core.mustache revision 090376d4be54e832a15be873e1561b95d3e94e0a
2736N/A<p>Here we will create our `YUI` instance, loading `node` so we can work with DOM elements in the example.</p>
2736N/A<p>The <code>use</code> method will dynamically fetch anything required for `Node` if it isn't already on the page.
2736N/AIf dynamic loading is required, the last parameter supplied to <code>use</code> should be a function to execute when
2736N/Athe load is complete. This function will be executed whether or not dynamic loading is required, so it
2736N/AThe function is supplied a reference to the <code>YUI</code> instance, so we can wrap all of our implementation code inside of