Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: undefined is not a function #364

Closed
irstavr opened this issue Jul 16, 2015 · 2 comments
Closed

Uncaught TypeError: undefined is not a function #364

irstavr opened this issue Jul 16, 2015 · 2 comments

Comments

@irstavr
Copy link

irstavr commented Jul 16, 2015

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.165.0
System: linux 3.13.0-43-generic
Thrown From: minimap package, v4.12.0

Stack Trace

Uncaught TypeError: undefined is not a function

At /home/username/.atom/packages/minimap/lib/minimap-element.coffee:82

TypeError: undefined is not a function
  at atom-text-editor-minimap.MinimapElement.attachedCallback (/home/username/.atom/packages/minimap/lib/minimap-element.coffee:82:35)
  at atom-text-editor-minimap.MinimapElement.attach (/home/wi/.atom/packages/minimap/lib/minimap-element.coffee:119:33)
  at /home/username/.atom/packages/minimap/lib/main.coffee:279:22
  at Workspace.module.exports.Workspace.observeTextEditors (/usr/share/atom/resources/app/src/workspace.js:265:9)
  at Main.initSubscriptions (/home/wi/.atom/packages/minimap/lib/main.coffee:271:39)
  at Main.toggle (/home/wi/.atom/packages/minimap/lib/main.coffee:140:8)
  at Main.activate (/home/wi/.atom/packages/minimap/lib/main.coffee:116:6)
  at Package.module.exports.Package.activateNow (/usr/share/atom/resources/app/src/package.js:227:27)
  at /usr/share/atom/resources/app/src/package.js:213:28
  at Package.module.exports.Package.measure (/usr/share/atom/resources/app/src/package.js:159:15)
  at Package.module.exports.Package.activate (/usr/share/atom/resources/app/src/package.js:207:14)
  at PackageManager.module.exports.PackageManager.activatePackage (/usr/share/atom/resources/app/src/package-manager.js:410:21)
  at /usr/share/atom/resources/app/node_modules/settings-view/lib/package-manager.js:234:29
  at exit (/usr/share/atom/resources/app/node_modules/settings-view/lib/package-manager.js:37:16)
  at BufferedProcess.triggerExitCallback (/usr/share/atom/resources/app/src/buffered-process.js:63:47)
  at /usr/share/atom/resources/app/src/buffered-process.js:70:18
  at Socket.<anonymous> (/usr/share/atom/resources/app/src/buffered-process.js:150:18)
  at Socket.emit (events.js:129:20)
  at Pipe.close (net.js:461:12)

Commands

  2x -0:00.0 core:confirm (input.hidden-input)

Config

{
  "core": {
    "disabledPackages": [
      "vim-mode",
      "color-picker",
      "open-on-github"
    ],
    "autoHideMenuBar": true,
    "followSymlinks": true
  }
}

Installed Packages

# User
No installed packages

# Dev
No dev packages

/cc @atom/core

@ChaoticMind
Copy link
Contributor

See #363

@abe33
Copy link
Contributor

abe33 commented Jul 17, 2015

Hi @irstavr, You're using a pretty old version of Atom, you should update it, latest version of the minimap only support Atom >= 0.208 and we finally reached 1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants