Revert ember to 2.5 due to bug in 2.6 (#772)

This commit is contained in:
Westly Wright 2016-07-07 16:16:17 -07:00 committed by Vincent Fiduccia
parent 931dae873f
commit 81d563ff54
2 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,11 @@ var Mount = Resource.extend({
_allMounts : null,
_allContainers : null,
reservedKeys: [
'_allMounts',
'_allContainers'
],
init: function() {
this._super();

View File

@ -7,7 +7,7 @@
"c3": "~0.4.10",
"commonmark": "~0.22.1",
"dagre": "~0.7.1",
"ember": "~2.6.0",
"ember": "~2.5.0",
"ember-cli-shims": "0.1.1",
"ember-cli-test-loader": "0.2.2",
"ember-qunit-notifications": "0.1.0",