8
0
fredck 11 лет назад
Родитель
Сommit
ebcbd4e36c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      tests/amd/amd.js

+ 0 - 1
tests/amd/amd.js

@@ -17,7 +17,6 @@ describe( 'CKEDITOR.require()', function() {
 	it( 'should work with a defined module', function( done ) {
 		CKEDITOR.require( [ 'testModule' ], function( testModule ) {
 			expect( testModule ).to.have.property( 'test' ).to.be.true();
-
 			done();
 		} );
 	} );