Joined June 2012
·
Posted to
cdff - cd to the path of the front-most Finder window
over 1 year
ago
I'm getting a error:
execution error: Can’t make «class fvtg» of window 1 of application "Finder" into type alias. (-1700)
Any ideas?
Achievements
68 Karma
0 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Honey Badger 3
Have at least three Node.js specific repos
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Charity
Fork and commit to someone's open source project in need
@jjperezaguinaga while @eallam was correct about creating the global, you don't need a global. You could have used
var that = this;
and the next function would have maintained a reference through closure.