auto-host-markdown-image icon indicating copy to clipboard operation
auto-host-markdown-image copied to clipboard

Uncaught TypeError: undefined is not a function

Open dylangmiles opened this issue 9 years ago • 0 comments

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.0.2 System: Mac OS X 10.10.4 Thrown From: auto-host-markdown-image package, v0.2.4

Stack Trace

Uncaught TypeError: undefined is not a function

At /Users/dylan/.atom/packages/auto-host-markdown-image/lib/drag.coffee:14

TypeError: undefined is not a function
  at exports.drag (/Users/dylan/.atom/packages/auto-host-markdown-image/lib/drag.coffee:14:12)
  at tabs-tab.<anonymous> (/Users/dylan/.atom/packages/auto-host-markdown-image/lib/auto-host-markdown-image.coffee:22:51)
  at atom-workspace.jQuery.event.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4435:9)
  at atom-workspace.elemData.handle (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4121:28)

Commands

  2x -4:41.6.0 core:move-down (atom-text-editor.editor.mini.is-focused)
     -4:40.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -4:40.3.0 settings-view:view-installed-packages (div.asciidoc-preview.native-key-bindings)
     -4:33.9.0 core:confirm (atom-text-editor.editor.mini.is-focused)
  6x -4:30.4.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -4:27 core:confirm (atom-text-editor.editor.mini.is-focused)
  2x -2:38.2.0 core:save (atom-text-editor.editor.is-focused)
  2x -1:18 core:save-as (div.image-view)
  2x -1:05.6.0 core:save (div.image-view)
  2x -0:16.1.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:15.6.0 core:save (atom-text-editor.editor.is-focused)
     -0:13.9.0 core:move-up (atom-text-editor.editor.is-focused)
     -0:13.5.0 core:delete (atom-text-editor.editor.is-focused)
     -0:12.2.0 editor:move-to-end-of-line (atom-text-editor.editor.is-focused)
  2x -0:11.9.0 editor:newline (atom-text-editor.editor.is-focused)
  2x -0:10.7.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {}
}

Installed Packages

# User
asciidoc-preview, v0.5.1
auto-host-markdown-image, v0.2.4
language-asciidoc, v0.11.1
language-docker, v1.1.3
tree-view-git-status, v0.1.1

# Dev
No dev packages

dylangmiles avatar Jul 16 '15 17:07 dylangmiles