Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix how to use function definition #103

Merged
merged 6 commits into from
Jul 3, 2014
Merged

fix how to use function definition #103

merged 6 commits into from
Jul 3, 2014

Conversation

mohayonao
Copy link
Owner

  • function name() {} should be private in a module
    • called : YES
    • assigned: NO
  • name = function() {}
    • called : YES
    • assigned: YES

  - function name() {}    should be private in a module
    - called  : YES
    - assigned: NO
  - name = function() {}
    - called  : YES
    - assigned: YES
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 4427324 on dev into 3cf12a8 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling a8595e0 on dev into 3cf12a8 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d55375b on dev into 3cf12a8 on master.

mohayonao added a commit that referenced this pull request Jul 3, 2014
@mohayonao mohayonao merged commit 86b8651 into master Jul 3, 2014
@mohayonao mohayonao deleted the dev branch July 3, 2014 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants