-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the way we 'touch' each node module
Instead of trying to call the initialize method of each node module, we simply call the register method. This is much easier since each register method is the same. Also, we don't need to declare each one before we reference it.
- Loading branch information
Showing
1 changed file
with
49 additions
and
124 deletions.
There are no files selected for viewing
This file contains 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