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

Module for dom property config #1426

Closed
wants to merge 6 commits into from

Commits on Apr 21, 2014

  1. dom-property-config: move constants to own file

    This prepares the DefaultDOMPropertyConfig.js file to be broken
      out by breaing it's tight coupling to DOMProperty.js
    
    This will reduce complexity and size of `dom-property-config`
      module
    Raynos committed Apr 21, 2014
    Copy the full SHA
    c12b1f0 View commit details
    Browse the repository at this point in the history
  2. export Constants used in this file

    This will allow users of this module to understand what the
      flags mean without needing to know about the flags file
    Raynos committed Apr 21, 2014
    Copy the full SHA
    3db0d36 View commit details
    Browse the repository at this point in the history
  3. dom-property-config Set header in new file

    Must set the correct header including the providesModule
      directive
    Raynos committed Apr 21, 2014
    Copy the full SHA
    908fa39 View commit details
    Browse the repository at this point in the history
  4. dom-property-config: Package description for dom-property-config

    Written a README.md & package.json for the new module
    Raynos committed Apr 21, 2014
    Copy the full SHA
    8f7562f View commit details
    Browse the repository at this point in the history
  5. dom-property-config: Add a grunt target to build module

    Added a grunt target to build the dom-property-config module.
    Raynos committed Apr 21, 2014
    Copy the full SHA
    097a48b View commit details
    Browse the repository at this point in the history
  6. document how to contribute

    Raynos committed Apr 21, 2014
    Copy the full SHA
    adaea3a View commit details
    Browse the repository at this point in the history