Created
January 18, 2013 01:13
-
-
Save thehydroimpulse/4561470 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Package.include('authentication') | |
| Package.require('authentication') | |
| Package.require('controllers', function(config){ | |
| // Do something when the package is included. | |
| // The package can export methods, classes, etc... | |
| // and they can be accessed by using "this" | |
| console.log(this.var); | |
| console.log(this.load()); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment