| Summary: | fix undefine in argument.js | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Paul Webster <pwebster> |
| Component: | Client | Assignee: | Thea Tian <thea.yier> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | trivial | ||
| Priority: | P3 | CC: | thea.yier |
| Version: | 8.0 | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Windows 8 | ||
| URL: | https://github.com/TianThea/orion.client | ||
| Whiteboard: | |||
|
Description
Paul Webster
Add /*eslint-env amd, node*/ before ‘define(function(require, exports, module) ’ and change define(function(require, exports, module) into define(/* @callback */ function(require, exports, module) Thanks Thea. Please follow the github process and open a pull request. Then mention the pull request in this bug. PW (In reply to Paul Webster from comment #2) > Thanks Thea. Please follow the github process and open a pull request. > Then mention the pull request in this bug. > > PW Ok,and I've made a commit of this bug in my github,can you see it? Thea You have to enter a Pull Request, and then provide the link to your pull request. If it wasn't mentioned in the Orion wiki docs, here are the general PR instructions: https://help.github.com/articles/using-pull-requests/ PW Released the fix as http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2fd6e83073784671ac2d15b4cddcfc01945127aa Thanks Thea. PW |