From bf3847ce59d88b8dfa7a1425375a1ebcd7ae85e5 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Thu, 24 Mar 2022 19:17:42 +0100 Subject: [PATCH] fixed: wrong method name --- AppKit/CPFont.j | 2 +- AppKit/CPSearchField.j | 4 ++-- package-lock.json | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/AppKit/CPFont.j b/AppKit/CPFont.j index fa8884278..8d4670a55 100644 --- a/AppKit/CPFont.j +++ b/AppKit/CPFont.j @@ -220,7 +220,7 @@ following: if (systemFontStyle) { // Yes, so install it in the DOM Style element - document.getElementsByTagName("STYLE")[0].innerHTML += "\n" + [aTheme setCSSResourcesPathInString:systemFontStyle]; + document.getElementsByTagName("STYLE")[0].innerHTML += "\n" + [aTheme setCSSResourcesPath:systemFontStyle]; } } diff --git a/AppKit/CPSearchField.j b/AppKit/CPSearchField.j index 73dd3805f..31f8f7d33 100644 --- a/AppKit/CPSearchField.j +++ b/AppKit/CPSearchField.j @@ -122,8 +122,8 @@ var CPAutosavedRecentsChangedNotification = @"CPAutosavedRecentsChangedNotificat [self setContinuous:YES]; var bounds = [self bounds], - cancelButton = nil, //[[CPButton alloc] initWithFrame:[self cancelButtonRectForBounds:bounds]], - searchButton = nil //[[CPButton alloc] initWithFrame:[self searchButtonRectForBounds:bounds]]; + cancelButton = nil, // [[CPButton alloc] initWithFrame:[self cancelButtonRectForBounds:bounds]], + searchButton = nil; // [[CPButton alloc] initWithFrame:[self searchButtonRectForBounds:bounds]]; [self setCancelButton:cancelButton]; [self resetCancelButton]; diff --git a/package-lock.json b/package-lock.json index 9d7ac4966..fca86aecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,9 +62,9 @@ } }, "node_modules/@objj/runtime": { - "version": "1.1.16", - "resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.1.16.tgz", - "integrity": "sha512-1gmHmpvvO/QpiDKIvd7oa4TOaWFH8CS9QVKBeUb/A8ww8bc7zmKtrijBE4i8KAMGRFEtToEHX2sDLHQGyACBqw==", + "version": "1.1.17", + "resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.1.17.tgz", + "integrity": "sha512-Od0/q2Hb1xWsErxENPHFTzxCXmye3+Ux0mZNWANex6kUGyCs/HoHNRpPmHVOhCnqQoGdzHVkpmpv+UDUICcXBw==", "dependencies": { "@objj/utils": ">=1.0.23", "@xmldom/xmldom": ">=0.7.5", @@ -239,9 +239,9 @@ "integrity": "sha512-T87JtTVJnXcxWdVHchJwrHuQPZLp0mh4MXCOpoMGffKSU2jbL7l+uxK6KPWRMW/ajjQL/aE5dJKguJohmmYtRg==" }, "@objj/runtime": { - "version": "1.1.16", - "resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.1.16.tgz", - "integrity": "sha512-1gmHmpvvO/QpiDKIvd7oa4TOaWFH8CS9QVKBeUb/A8ww8bc7zmKtrijBE4i8KAMGRFEtToEHX2sDLHQGyACBqw==", + "version": "1.1.17", + "resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.1.17.tgz", + "integrity": "sha512-Od0/q2Hb1xWsErxENPHFTzxCXmye3+Ux0mZNWANex6kUGyCs/HoHNRpPmHVOhCnqQoGdzHVkpmpv+UDUICcXBw==", "requires": { "@objj/utils": ">=1.0.23", "@xmldom/xmldom": ">=0.7.5", @@ -362,9 +362,9 @@ "integrity": "sha512-T87JtTVJnXcxWdVHchJwrHuQPZLp0mh4MXCOpoMGffKSU2jbL7l+uxK6KPWRMW/ajjQL/aE5dJKguJohmmYtRg==" }, "@objj/runtime": { - "version": "1.1.16", - "resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.1.16.tgz", - "integrity": "sha512-1gmHmpvvO/QpiDKIvd7oa4TOaWFH8CS9QVKBeUb/A8ww8bc7zmKtrijBE4i8KAMGRFEtToEHX2sDLHQGyACBqw==", + "version": "1.1.17", + "resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.1.17.tgz", + "integrity": "sha512-Od0/q2Hb1xWsErxENPHFTzxCXmye3+Ux0mZNWANex6kUGyCs/HoHNRpPmHVOhCnqQoGdzHVkpmpv+UDUICcXBw==", "requires": { "@objj/utils": ">=1.0.23", "@xmldom/xmldom": ">=0.7.5",