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

Another "Undefined is not a function" #21

Closed
BlaM opened this issue Feb 9, 2015 · 1 comment
Closed

Another "Undefined is not a function" #21

BlaM opened this issue Feb 9, 2015 · 1 comment

Comments

@BlaM
Copy link

BlaM commented Feb 9, 2015

[Enter steps to reproduce below:]

There is another one in line 112:

  1. Open Atom.
  2. Have a Dashboard with some recently opened projects there.
  3. Click on the "Remove" button ("x") when hovering over one of the boxes.
  4. Explode

Atom Version: 0.177.0
System: Microsoft Windows 8.1 Pro
Thrown From: recent-projects package, v0.3.0

Stack Trace

Uncaught TypeError: undefined is not a function

At /c:/Users/ddeobald/.atom/packages/recent-projects/lib/recent-projects.coffee:112

TypeError: undefined is not a function
  at fn (C:\Users\ddeobald\.atom\packages\recent-projects\lib\recent-projects.coffee:68:24)
  at C:\Users\ddeobald\.atom\packages\recent-projects\lib\recent-projects.coffee:42:13
  at C:\Users\ddeobald\.atom\packages\recent-projects\lib\recent-projects.coffee:26:25
  at FSReqWrap.cb [as oncomplete] (fs.js:229:19)

Commands

     -0:04.1 click (button.project-delete.btn.btn-danger.icon.icon-x)

Config

{
  "core": {
    "disabledPackages": [
      "js-refactor",
      "linter-eslint",
      "deprecation-cop"
    ]
  }
}

Installed Packages

# User
autocomplete-plus, v2.1.3
autocomplete-snippets, v1.0.1
color-picker, v1.4.4
composer, v0.3.1
highlight-selected, v0.7.0
html-id-class-snippets, v1.4.1
language-sql-mysql, v0.3.1
less-autocompile, v0.3.3
linter, v0.11.1
linter-htmlhint, v0.0.8
linter-jsonlint, v0.1.2
linter-php, v0.0.11
minimap, v4.1.3
minimap-highlight-selected, v4.0.0
pretty-json, v0.3.2
project-manager, v1.15.5
recent-files, v0.3.0
recent-projects, v0.3.0
select-line, v0.16.0
select-rectangle, v1.0.2
uuidgen, v1.0.6

# Dev
No dev packages

/cc @atom/core

@GuilhemN
Copy link
Member

GuilhemN commented Jul 1, 2015

Fixed by b68d92d.
Thank you.

@GuilhemN GuilhemN closed this as completed Jul 1, 2015
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

2 participants