Skip to content

Commit

Permalink
Merge pull request #11456 from rwjblue/remove-deprecated-states
Browse files Browse the repository at this point in the history
[CLEANUP beta] Remove View.prototype.state & View.prototype._states.
  • Loading branch information
rwjblue committed Jun 15, 2015
2 parents 4d13ef9 + c933c90 commit 9c97c78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
4 changes: 0 additions & 4 deletions packages/ember-views/lib/views/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
Mixin,
observer
} from "ember-metal/mixin";
import { deprecateProperty } from "ember-metal/deprecate_property";

import jQuery from "ember-views/system/jquery";
import "ember-views/system/ext"; // for the side effect of extending Ember.run.queues
Expand Down Expand Up @@ -1480,9 +1479,6 @@ var View = CoreView.extend(
});
// jscs:enable validateIndentation

deprecateProperty(View.prototype, 'state', '_state');
deprecateProperty(View.prototype, 'states', '_states');

/*
Describe how the specified actions should behave in the various
states that a view can exist in. Possible states:
Expand Down
42 changes: 0 additions & 42 deletions packages/ember-views/tests/views/view/state_deprecation_test.js

This file was deleted.

0 comments on commit 9c97c78

Please sign in to comment.