Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created December 4, 2013 19:39
Show Gist options
  • Save tonylukasavage/7794147 to your computer and use it in GitHub Desktop.
Save tonylukasavage/7794147 to your computer and use it in GitHub Desktop.
$.theRequire.doSomething();
$.index.open();
<Alloy>
<Window class="container">
<Require src="required" id="theRequire"/>
</Window>
</Alloy>
exports.doSomething = function() {
alert('doSomething');
};
<Alloy>
<Label>required</Label>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment