fix
This commit is contained in:
parent
e7599a05f8
commit
5db42cd9f0
|
@ -338,11 +338,11 @@ function system(mainWindow, dir, lang, dirname) {
|
|||
|
||||
nc('addObserver', gs, 'selector', 'getMySongs:', 'name', notification, 'object', null)
|
||||
|
||||
var app = $.NSApplication('sharedApplication')
|
||||
var apps = $.NSApplication('sharedApplication')
|
||||
function runLoop() {
|
||||
var pool = $.NSAutoreleasePool('alloc')('init')
|
||||
try {
|
||||
app(
|
||||
apps(
|
||||
'nextEventMatchingMask',
|
||||
$.NSAnyEventMask.toString(),
|
||||
'untilDate',
|
||||
|
|
Loading…
Reference in New Issue
Block a user