Skip to content

Commit 4331307

Browse files
committed
clean code
1 parent cf853ca commit 4331307

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

public/js/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ import { preventXSS } from './render'
7777
import Editor from './lib/editor'
7878

7979
import getUIElements from './lib/editor/ui-elements'
80-
import uiElemsWithoutJquery from './lib/editor/ui-elems-without-jquery'
8180
import { emojifyImageDir } from './lib/editor/constants'
8281
import modeType from './lib/modeType'
8382
import appState from './lib/appState'
@@ -323,8 +322,6 @@ defaultTextHeight = parseInt($('.CodeMirror').css('line-height'))
323322
// initalize ui reference
324323
const ui = getUIElements()
325324

326-
const uiByNativeJS = uiElemsWithoutJquery()
327-
328325
// page actions
329326
var opts = {
330327
lines: 11, // The number of lines to draw

0 commit comments

Comments
 (0)