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

Absence of "new" works in more cases. #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 24, 2014

  1. Absence of "new" works in more cases.

    Since a class can be inside an object, when you instantiate that class without "new", the "this" context in the constructor points to that object, instead of the global context.
    Daniel-dlev1 committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    11f9161 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2014

  1. use strict

    Daniel-dlev1 committed May 1, 2014
    Configuration menu
    Copy the full SHA
    c638539 View commit details
    Browse the repository at this point in the history
  2. strict mode

    Daniel-dlev1 committed May 1, 2014
    Configuration menu
    Copy the full SHA
    e4ef135 View commit details
    Browse the repository at this point in the history
  3. strict mode 2

    Daniel-dlev1 committed May 1, 2014
    Configuration menu
    Copy the full SHA
    23c7e4e View commit details
    Browse the repository at this point in the history