move variable declaration

This commit is contained in:
mlorb 2018-05-30 17:58:18 +02:00
parent 100ddf127d
commit 35badd8bb8

View file

@ -1,8 +1,7 @@
var STORAGE_TOGGLE_KEY = "scinote-sidebar-toggled";
(function(global) {
'use strict';
global.SideBarToggle = (function() {
var STORAGE_TOGGLE_KEY = "scinote-sidebar-toggled";
function show() {
$('#wrapper').removeClass('hidden2');