Update version

This commit is contained in:
Taly Guryn 2017-08-30 04:19:02 +03:00
parent 3e93bbde3c
commit 8d628b9dc3
4 changed files with 15 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
/**
* Toolbar settings
*
* @version 1.0.4
* @version 1.0.5
*/
module.exports = (function (settings) {
@ -24,9 +24,9 @@ module.exports = (function (settings) {
*/
if ( !editor.tools[toolType] || !editor.tools[toolType].makeSettings ) {
editor.core.log(`Plugin «${toolType}» has no settings`, 'warn');
return;
} else {
}
/**
* Draw settings block
@ -35,7 +35,6 @@ module.exports = (function (settings) {
editor.nodes.pluginSettings.appendChild(settingsBlock);
}
/** Open settings block */
editor.nodes.blockSettings.classList.add('opened');

View file

@ -1,6 +1,6 @@
{
"name": "codex.editor",
"version": "1.7.1",
"version": "1.7.2",
"description": "Codex Editor. Native JS, based on API and Open Source",
"main": "index.js",
"scripts": {