Skip to content

bdevel/ember-disable-prototype-extensions

 
 

Repository files navigation

ember-disable-prototype-extensions

Including this addon will disable Ember's prototype extensions.

This is a great idea for addon authors to ensure that their addon does not accidentally depend upon prototype extensions (which may be disabled in a consuming application).

For instructions on disabling prototype extensions see the Ember guide:

http://guides.emberjs.com/v1.11.0/configuring-ember/disabling-prototype-extensions/

Collaboration

Setup

  • git clone this repository
  • npm install
  • bower install

Running Tests

  • ember test
  • ember test --server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.1%
  • HTML 23.1%
  • Handlebars 0.8%