Skip to content

Commit

Permalink
GH-3305: remove unused imports form trimnodetest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Wikstrom committed Oct 16, 2017
1 parent d337182 commit 2f01e63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/src/test/js/browser/dom/TrimNodeTest.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
asynctest(
'browser.tinymce.core.dom.TrimNodeTest',
[
'ephox.agar.api.Assertions',
'ephox.agar.api.Pipeline',
'ephox.agar.api.RawAssertions',
'ephox.agar.api.Step',
'ephox.sugar.api.node.Element',
'global!document',
'tinymce.core.dom.DOMUtils',
'tinymce.core.dom.TrimNode'
],
function (Assertions, Pipeline, RawAssertions, Step, Element, document, DOMUtils, TrimNode) {
function (Pipeline, RawAssertions, Step, document, DOMUtils, TrimNode) {
var success = arguments[arguments.length - 2];
var failure = arguments[arguments.length - 1];

Expand Down

0 comments on commit 2f01e63

Please sign in to comment.