Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkups committed Feb 15, 2017
1 parent 1cfaee5 commit 561cb0d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/dev-utils/enableenginedebug.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/

/**
* @module engine/dev-utils/enableenginedebug
*/

/* global console */

import ModelPosition from '../model/position';
import ModelRange from '../model/range';
import ModelText from '../model/text';
Expand Down Expand Up @@ -30,8 +41,6 @@ import ViewElement from '../view/element';
import ViewText from '../view/text';
import ViewDocumentFragment from '../view/documentfragment';

/* global console */

import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import Editor from '@ckeditor/ckeditor5-core/src/editor/editor';

Expand All @@ -40,7 +49,7 @@ const treeDump = Symbol( '_treeDump' );
// Maximum number of stored states of model and view document.
const maxTreeDumpLength = 20;

// Specified whether debug tools were already enabled;
// Specified whether debug tools were already enabled.
let enabled = false;

// Logging function used to log debug messages.
Expand Down

0 comments on commit 561cb0d

Please sign in to comment.