File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/ember-htmlbars/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/* jshint scripturl:true */
22
33import EmberView from "ember-views/views/view" ;
4- import compile from "ember-htmlbars /system/compile" ;
4+ import compile from "ember-template-compiler /system/compile" ;
55import { SafeString } from "ember-htmlbars/utils/string" ;
66import { runAppend , runDestroy } from "ember-runtime/tests/utils" ;
77
Original file line number Diff line number Diff line change 11/* jshint scripturl:true */
22
33import EmberView from "ember-views/views/view" ;
4- import compile from "ember-htmlbars /system/compile" ;
4+ import compile from "ember-template-compiler /system/compile" ;
55import run from "ember-metal/run_loop" ;
66import { SafeString } from "ember-htmlbars/utils/string" ;
77import { runAppend , runDestroy } from "ember-runtime/tests/utils" ;
You can’t perform that action at this time.
0 commit comments