atomify icon indicating copy to clipboard operation
atomify copied to clipboard

Uncaught ReferenceError: style is not defined

Open frenchbread opened this issue 7 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.16.0-beta0 x64 Electron: 1.3.13 OS: Mac OS X 10.12.3 Thrown From: atomify package 0.3.0

Stack Trace

Uncaught ReferenceError: style is not defined

At ~/.atom/packages/atomify/lib/atomify-view.js:79

ReferenceError: style is not defined
    at AtomifyView.toggle (atomify-view.js:79:5)
    at atom-workspace.atomify:toggle (atomify-view.js:26:36)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:259:29)
    at /app.asar/src/command-registry.js:3:59
    at Object.didConfirmSelection (/app.asar/node_modules/command-palette/lib/command-palette-view.js:92:28)
    at SelectListView.confirmSelection (/app.asar/node_modules/atom-select-list/src/select-list-view.js:292:20)
    at /app.asar/node_modules/atom-select-list/src/select-list-view.js:64:14)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:259:29)
    at /app.asar/src/command-registry.js:3:59
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:599:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:390:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/app.asar/src/window-event-handler.js:106:36)
    at /app.asar/src/window-event-handler.js:3:59)

Commands

     -0:19 tree-view:show (atom-workspace.workspace.scrollbars-visible-always.theme-atom-material-syntax.theme-one-dark-ui)
     -0:15.4.0 command-palette:toggle (input.hidden-input)
     -0:13 editor:consolidate-selections (input.hidden-input)
     -0:13 core:cancel (input.hidden-input)
     -0:11.6.0 command-palette:toggle (input.hidden-input)
     -0:08.7.0 core:confirm (input.hidden-input)
     -0:08.7.0 atomify:openSpotify (input.hidden-input)
     -0:06.0 command-palette:toggle (input.hidden-input)
     -0:03.4.0 core:confirm (input.hidden-input)
     -0:03.4.0 atomify:toggle (input.hidden-input)

Non-Core Packages

ariake-dark-syntax 0.1.3 
atom-autocomplete-erlang 0.6.20 
atom-clock 0.1.6 
atom-jade 0.3.0 
atom-material-syntax 1.0.2 
atomify 0.3.0 
autocomplete-paths 1.0.5 
busy-signal 1.3.0 
color-picker 2.2.5 
docblockr 0.9.3 
dracula-theme 2.0.0 
es6-javascript 1.0.0 
file-icons 2.1.1 
firewatch-syntax 1.1.1 
git-plus 7.3.3 
gloom 0.4.10 
highlight-selected 0.13.1 
intentions 1.1.2 
language-babel 2.57.1 
language-docker 1.1.7 
language-erlang 3.2.0 
language-pug 0.0.21 
language-vue 0.21.2 
linter 2.1.2 
linter-docker 0.1.5 
linter-eslint 8.1.4 
linter-markdown 3.1.0 
linter-ui-default 1.2.1 
linter-write-good 0.8.0 
minimap 4.26.8 
minimap-highlight-selected 4.5.0 
nucleus-dark-ui 0.11.0 
pigments 0.39.1 
pretty-json 1.6.1 
project-plus 0.9.0 
wordcount 2.10.4 

frenchbread avatar Mar 28 '17 17:03 frenchbread