editablecollection.js 270 B

12345678910111213
  1. /**
  2. * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. 'use strict';
  6. describe( 'EditableCollection', () => {
  7. describe( 'constructor', () => {
  8. it( 'does something', () => {
  9. } );
  10. } );
  11. } );