Chris911 / Ask-Stack-Atom

Ask Stack Overflow for Atom
https://atom.io/packages/ask-stack
MIT License
124 stars 22 forks source link

Uncaught TypeError: undefined is not a function #22

Open IdeNaoshi opened 9 years ago

IdeNaoshi commented 9 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.196.0 System: Mac OS X 10.9.5 Thrown From: ask-stack package, v1.1.0

Stack Trace

Uncaught TypeError: undefined is not a function

At /Users/naoshi/.atom/packages/ask-stack/lib/ask-stack-result-view.coffee:174

TypeError: undefined is not a function
    at HTMLButtonElement.<anonymous> (/Users/naoshi/.atom/packages/ask-stack/lib/ask-stack-result-view.coffee:284:27)
    at HTMLButtonElement.jQuery.event.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4435:9)
    at HTMLButtonElement.elemData.handle (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4121:28)

Commands

     -1:07.1.0 ask-stack:ask-question (atom-text-editor.editor)
     -1:00.8.0 core:backspace (atom-text-editor.editor.mini)
     -0:31.2.0 settings-view:check-for-package-updates (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-atom-dark-syntax.theme-one-dark-ui)

Config

{
  "core": {
    "themes": [
      "one-dark-ui",
      "atom-dark-syntax"
    ],
    "disabledPackages": [
      "rails-snippets",
      "css-snippets",
      "javascript-snippets",
      "localization",
      "lodash-snippets",
      "rspec-snippets",
      "script",
      "script-runner",
      "symbols-tree-view",
      "wp-snippets"
    ]
  }
}

Installed Packages

# User
ask-stack, v1.1.0
file-icons, v1.5.4
minimap, v4.8.0

# Dev
No dev packages
hazrpg commented 8 years ago

@IdeNaoshi is this still an issue on the latest version?