Skip to content

Commit d90eb90

Browse files
committed
build: 1.0.2
1 parent b15b1aa commit d90eb90

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supercode-tinymce-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Opensource and Powerful Source Code editor for TinyMCE. Also enables more than just HTML editing enabling Markdown Editing or any source code editing.",
55
"main": "index.js",
66
"scripts": {

supercode/plugin.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
! function() {
22
"use strict";
33

4-
let aceEditor;
5-
64
const initDependencies = (config) => {
75
const scripts = {
86
"ace-default" : {
@@ -50,8 +48,7 @@
5048
return false;
5149
}
5250

53-
let editorWidth = 0, originalHeader, isScreenSizeChanged = false, session;
54-
51+
let editorWidth = 0, originalHeader, isScreenSizeChanged = false, session, aceEditor;
5552

5653
let Config = {
5754
theme: 'chrome',
@@ -217,7 +214,6 @@
217214
buildAceEditor(view);
218215
}
219216

220-
221217
setConfig(editor);
222218
initDependencies(Config);
223219

supercode/plugin.min.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
(function() {
2-
let i;
32
const S = (n) => {
43
const c = {
54
"ace-default": {
@@ -27,7 +26,7 @@
2726
}, w = (n) => n.getParam("inline") !== !0, x = function(n) {
2827
if (!w(n))
2928
return console.error("Supercode Plugin is not supported in inline mode"), !1;
30-
let c = 0, l, d = !1, u, t = {
29+
let c = 0, l, d = !1, u, i, t = {
3130
theme: "chrome",
3231
fontSize: 14,
3332
// in px

0 commit comments

Comments
 (0)