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)
|
nc('addObserver', gs, 'selector', 'getMySongs:', 'name', notification, 'object', null)
|
||||||
|
|
||||||
var app = $.NSApplication('sharedApplication')
|
var apps = $.NSApplication('sharedApplication')
|
||||||
function runLoop() {
|
function runLoop() {
|
||||||
var pool = $.NSAutoreleasePool('alloc')('init')
|
var pool = $.NSAutoreleasePool('alloc')('init')
|
||||||
try {
|
try {
|
||||||
app(
|
apps(
|
||||||
'nextEventMatchingMask',
|
'nextEventMatchingMask',
|
||||||
$.NSAnyEventMask.toString(),
|
$.NSAnyEventMask.toString(),
|
||||||
'untilDate',
|
'untilDate',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user