mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-18 00:21:27 +00:00
fixed: wrong method name
This commit is contained in:
+1
-1
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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];
|
||||
|
||||
Generated
+9
-9
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user