fixed: wrong method name

This commit is contained in:
daboe01
2022-03-24 19:17:42 +01:00
parent c6ea894f10
commit bf3847ce59
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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];
}
}
+2 -2
View File
@@ -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];
+9 -9
View File
@@ -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",