Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Small CodeHintManager cleanups #3789

Merged
merged 1 commit into from
May 13, 2013
Merged

Conversation

peterflynn
Copy link
Member

Clean up CodeHintManager.registerHintProvider() and add a couple unit tests for it. Fix various docs glitches (mainly Closure syntax issues). Make capitalization of "Id" consistent (does not change public API).

…r it.

Fix various Closure docs glitches. Make capitalization of "Id" consistent
(does NOT change public API).
@peterflynn
Copy link
Member Author

@RaymondLim would you care to review? These are just a few small things I ran across earlier today & thought I'd clean up.

@ghost ghost assigned RaymondLim May 11, 2013
CodeHintManager;

var testPath = SpecRunnerUtils.getTestPath("/spec/CodeHint-test-files"),
testWindow,
initCodeHintTest;

describe("Code Hint Menus", function () {
describe("CodeHintManager", function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for renaming this unit test. Using the module name will help us all to easily locate the unit test.

@RaymondLim
Copy link
Contributor

Nice cleanup and addition of three new test cases. These test cases do cover the issue #3223.

@RaymondLim
Copy link
Contributor

Everything looks good. Merging.

RaymondLim added a commit that referenced this pull request May 13, 2013
@RaymondLim RaymondLim merged commit 1bf8530 into master May 13, 2013
@RaymondLim RaymondLim deleted the pflynn/registerhints-cleanup branch May 13, 2013 00:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants