Skip to content

Commit

Permalink
Merge pull request emberjs#4 from rwjblue/fix-jshint
Browse files Browse the repository at this point in the history
Remove unused import.
  • Loading branch information
mixonic committed Nov 4, 2014
2 parents 713ee2a + f016b28 commit e8e60e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ember-htmlbars/lib/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { content, element, subexpr, lookupHelper } from "ember-htmlbars/hooks";
import { DOMHelper } from "morph";
import Stream from "ember-metal/streams/stream";

import { bindHelper } from "ember-htmlbars/helpers";

Expand Down

0 comments on commit e8e60e2

Please sign in to comment.