Last active
May 9, 2016 01:18
-
-
Save nicholasess/db2f983bca56470148f8620e9c6ed190 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
require('getmodule'); | |
//com getmodule | |
var controller = getmodule('app/controllers/index'); | |
//sem getmodule | |
var controller = require('../../app/controllers/index'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment