remove unused variables (#127)

This commit is contained in:
khaydarov 2017-01-27 21:19:22 +03:00 committed by Peter Savchenko
parent d1a04fc454
commit 30af67f3cf
5 changed files with 4624 additions and 14 deletions

4620
codex-editor.js Normal file

File diff suppressed because it is too large Load diff

1
codex-editor.js.map Normal file

File diff suppressed because one or more lines are too long

View file

@ -166,7 +166,7 @@ var ui = (function(ui){
for(var name in codex.settings.tools) {
tool = codex.settings.tools[name];
codex.tools[name] = tool;;
codex.tools[name] = tool;
}
/** Make toolbar buttons */

View file

@ -32,19 +32,7 @@ var image = (function(image) {
toggled : 'ce-image-settings__item--toggled'
};
/**
* Cache settings
* @type {null}
*/
image.cachedSettings = null;
/**
* Array of configurations
* Need to change statement
*/
image.configurations = [];
/**
*
* @private

1
whatwg-fetch.js.map Normal file

File diff suppressed because one or more lines are too long