Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Commit

Permalink
remove missed import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepmunroe committed Mar 20, 2015
1 parent 93d6b10 commit 01f9c96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/templates/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ that when executed, `this` is the route, not the `actions` hash.
To continue bubbling the action, you must return true from the handler:

```app/routes/post.js
import Ember from 'ember';

export default Ember.Route.extend({
actions: {
expand: function() {
Expand Down

0 comments on commit 01f9c96

Please sign in to comment.