8
0

register.js 258 B

123456789101112
  1. /**
  2. * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. 'use strict';
  6. CKEDITOR.define( [
  7. 'document/delta/transaction-base'
  8. ], ( Transaction ) => {
  9. return Transaction.register;
  10. } );