-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
/** | ||
* This class represents a JavaScript Resource. | ||
* | ||
* @author Hannes Wallnoefer <[email protected]> | ||
* @author Hannes Wallnoefer, [email protected] | ||
*/ | ||
public class ReloadableScript { | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ | |
* This class provides methods to create JavaScript objects | ||
* from JavaScript files. | ||
* | ||
* @author Hannes Wallnoefer <[email protected]> | ||
* @author Hannes Wallnoefer, [email protected] | ||
*/ | ||
public class RhinoEngine implements ScopeProvider { | ||
|
||
|
@@ -509,7 +509,7 @@ public ReloadableScript getScript(String moduleName, Repository localPath) | |
* and the first term resolves to a package directory, the remaining part | ||
* of the module id is resolved against the "lib" directory of the package. | ||
* | ||
* @link http://nodejs.org/docs/v0.4.4/api/modules.html#folders_as_Modules | ||
* @see <a href="http://nodejs.org/docs/v0.4.4/api/modules.html#folders_as_Modules">NodeJS Modules</a> | ||
* @param moduleName the name of the package to load | ||
* @param localPath the path of the resource issuing this call | ||
* @return the location of the package's main module | ||
|
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
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