berkmancenter / dotplot

Telling a story through dots
GNU General Public License v3.0
51 stars 27 forks source link

Fix deprecation and build errors. [Dependency Update] #39

Closed chaitanyya closed 8 years ago

chaitanyya commented 8 years ago
  1. sassOptions (Should be defined in ember-cli-build.js)
  2. Overriding init without calling this._super is deprecated.
  3. Overriding Date.parse with Ember.Date.parse is deprecated.
  4. Update dependencies.
chaitanyya commented 8 years ago

Fixed in #40