Ember.K was deprecated, so let's remove it.

This commit is contained in:
Robin Ward
2017-06-13 15:59:48 -04:00
parent 74858fd450
commit 867cefc492
8 changed files with 13 additions and 10 deletions

View File

@ -108,7 +108,7 @@ QUnit.testStart(function(ctx) {
window.sandbox.stub(ScrollingDOMMethods, "unbindOnScroll");
// Unless we ever need to test this, let's leave it off.
$.fn.autocomplete = Ember.K;
$.fn.autocomplete = function() { };
// Don't debounce in test unless we're testing debouncing
if (ctx.module.indexOf('debounce') === -1) {