@breakside/jskit 2025.27.0 → 2025.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Frameworks/DOM.jsframework/Info.json +2 -2
- package/Frameworks/DOM.jsframework/io.breakside.JSKit.DOM-bundle.js +2 -2
- package/Frameworks/FontKit.jsframework/Info.json +2 -2
- package/Frameworks/FontKit.jsframework/io.breakside.JSKit.FontKit-bundle.js +2 -2
- package/Frameworks/Foundation.jsframework/Info.json +2 -2
- package/Frameworks/Foundation.jsframework/io.breakside.JSKit.Foundation-bundle.js +2 -2
- package/Frameworks/SecurityKit.jsframework/Info.json +2 -2
- package/Frameworks/SecurityKit.jsframework/io.breakside.JSKit.SecurityKit-bundle.js +2 -2
- package/Info.json +2 -2
- package/Node/io.breakside.jskit-bundle.js +2 -2
- package/Root/Frameworks/APIKit/Info.yaml +1 -1
- package/Root/Frameworks/APIKitTesting/Info.yaml +1 -1
- package/Root/Frameworks/AuthKit/Info.yaml +1 -1
- package/Root/Frameworks/CSSOM/Info.yaml +1 -1
- package/Root/Frameworks/ChartKit/Info.yaml +1 -1
- package/Root/Frameworks/ConferenceKit/Info.yaml +1 -1
- package/Root/Frameworks/DBKit/Info.yaml +1 -1
- package/Root/Frameworks/DOM/Info.yaml +1 -1
- package/Root/Frameworks/Dispatch/Info.yaml +1 -1
- package/Root/Frameworks/FontKit/Info.yaml +1 -1
- package/Root/Frameworks/Foundation/Info.yaml +1 -1
- package/Root/Frameworks/ImageKit/Info.yaml +1 -1
- package/Root/Frameworks/MediaKit/Info.yaml +1 -1
- package/Root/Frameworks/MediaKitUI/Info.yaml +1 -1
- package/Root/Frameworks/NotificationKit/Info.yaml +1 -1
- package/Root/Frameworks/PDFKit/Info.yaml +1 -1
- package/Root/Frameworks/QRKit/Info.yaml +1 -1
- package/Root/Frameworks/SearchKit/Info.yaml +1 -1
- package/Root/Frameworks/SecurityKit/Info.yaml +1 -1
- package/Root/Frameworks/ServerKit/Info.yaml +1 -1
- package/Root/Frameworks/ServerKitTesting/Info.yaml +1 -1
- package/Root/Frameworks/TestKit/Info.yaml +1 -1
- package/Root/Frameworks/UIKit/Info.yaml +1 -1
- package/Root/Frameworks/UIKit/UIPopupWindow.js +48 -14
- package/Root/Frameworks/UIKit/UIWindowServer.js +1 -1
- package/Root/Frameworks/UIKitTesting/Info.yaml +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.DOM",
|
|
4
|
-
"JSBundleVersion": "2025.27.
|
|
4
|
+
"JSBundleVersion": "2025.27.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"node": "DOM+Node.js"
|
|
10
10
|
},
|
|
11
11
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
12
|
-
"GitRevision": "
|
|
12
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
13
13
|
}
|
|
@@ -3,7 +3,7 @@ JSBundle.bundles['io.breakside.JSKit.DOM'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.DOM",
|
|
6
|
-
"JSBundleVersion": "2025.27.
|
|
6
|
+
"JSBundleVersion": "2025.27.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
@@ -11,7 +11,7 @@ JSBundle.bundles['io.breakside.JSKit.DOM'] = {
|
|
|
11
11
|
"node": "DOM+Node.js"
|
|
12
12
|
},
|
|
13
13
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
14
|
-
"GitRevision": "
|
|
14
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
15
15
|
},
|
|
16
16
|
"Resources": [],
|
|
17
17
|
"ResourceLookup": {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.FontKit",
|
|
4
|
-
"JSBundleVersion": "2025.27.
|
|
4
|
+
"JSBundleVersion": "2025.27.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
8
8
|
"html": "FontKit+HTML.js"
|
|
9
9
|
},
|
|
10
10
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
11
|
-
"GitRevision": "
|
|
11
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
12
12
|
}
|
|
@@ -3,14 +3,14 @@ JSBundle.bundles['io.breakside.JSKit.FontKit'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.FontKit",
|
|
6
|
-
"JSBundleVersion": "2025.27.
|
|
6
|
+
"JSBundleVersion": "2025.27.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
10
10
|
"html": "FontKit+HTML.js"
|
|
11
11
|
},
|
|
12
12
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
13
|
-
"GitRevision": "
|
|
13
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
14
14
|
},
|
|
15
15
|
"Resources": [],
|
|
16
16
|
"ResourceLookup": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.Foundation",
|
|
4
|
-
"JSBundleVersion": "2025.27.
|
|
4
|
+
"JSBundleVersion": "2025.27.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"node": "Foundation+Node.js"
|
|
10
10
|
},
|
|
11
11
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
12
|
-
"GitRevision": "
|
|
12
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
13
13
|
}
|
|
@@ -3,7 +3,7 @@ JSBundle.bundles['io.breakside.JSKit.Foundation'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.Foundation",
|
|
6
|
-
"JSBundleVersion": "2025.27.
|
|
6
|
+
"JSBundleVersion": "2025.27.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
@@ -11,7 +11,7 @@ JSBundle.bundles['io.breakside.JSKit.Foundation'] = {
|
|
|
11
11
|
"node": "Foundation+Node.js"
|
|
12
12
|
},
|
|
13
13
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
14
|
-
"GitRevision": "
|
|
14
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
15
15
|
},
|
|
16
16
|
"Resources": [
|
|
17
17
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "framework",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.JSKit.SecurityKit",
|
|
4
|
-
"JSBundleVersion": "2025.27.
|
|
4
|
+
"JSBundleVersion": "2025.27.1",
|
|
5
5
|
"JSDevelopmentLanguage": "en",
|
|
6
6
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
7
7
|
"JSBundleEnvironments": {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"node": "SecurityKit+Node.js"
|
|
10
10
|
},
|
|
11
11
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
12
|
-
"GitRevision": "
|
|
12
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
13
13
|
}
|
|
@@ -3,7 +3,7 @@ JSBundle.bundles['io.breakside.JSKit.SecurityKit'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "framework",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.JSKit.SecurityKit",
|
|
6
|
-
"JSBundleVersion": "2025.27.
|
|
6
|
+
"JSBundleVersion": "2025.27.1",
|
|
7
7
|
"JSDevelopmentLanguage": "en",
|
|
8
8
|
"JSCopyright": "Copyright © 2020 Breakside Inc.",
|
|
9
9
|
"JSBundleEnvironments": {
|
|
@@ -11,7 +11,7 @@ JSBundle.bundles['io.breakside.JSKit.SecurityKit'] = {
|
|
|
11
11
|
"node": "SecurityKit+Node.js"
|
|
12
12
|
},
|
|
13
13
|
"JSLicenseNotice": "Licensed under the Breakside Public License, Version 1.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nIf a copy of the License was not distributed with this file, you may\nobtain a copy at\n\n http://breakside.io/licenses/LICENSE-1.0.txt\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
|
|
14
|
-
"GitRevision": "
|
|
14
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
15
15
|
},
|
|
16
16
|
"Resources": [],
|
|
17
17
|
"ResourceLookup": {
|
package/Info.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"JSBundleType": "node",
|
|
3
3
|
"JSBundleIdentifier": "io.breakside.jskit",
|
|
4
|
-
"JSBundleVersion": "2025.27.
|
|
4
|
+
"JSBundleVersion": "2025.27.1",
|
|
5
5
|
"JSExecutableName": "jskit",
|
|
6
6
|
"NPMOrganization": "breakside",
|
|
7
7
|
"JSResources": [
|
|
8
8
|
"Tests/HTMLTestRunner.js",
|
|
9
9
|
"Tests/NodeTestRunner.js"
|
|
10
10
|
],
|
|
11
|
-
"GitRevision": "
|
|
11
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
12
12
|
}
|
|
@@ -3,14 +3,14 @@ JSBundle.bundles['io.breakside.jskit'] = {
|
|
|
3
3
|
"Info": {
|
|
4
4
|
"JSBundleType": "node",
|
|
5
5
|
"JSBundleIdentifier": "io.breakside.jskit",
|
|
6
|
-
"JSBundleVersion": "2025.27.
|
|
6
|
+
"JSBundleVersion": "2025.27.1",
|
|
7
7
|
"JSExecutableName": "jskit",
|
|
8
8
|
"NPMOrganization": "breakside",
|
|
9
9
|
"JSResources": [
|
|
10
10
|
"Tests/HTMLTestRunner.js",
|
|
11
11
|
"Tests/NodeTestRunner.js"
|
|
12
12
|
],
|
|
13
|
-
"GitRevision": "
|
|
13
|
+
"GitRevision": "b48de91dcb9cc81c3131783b0c0ea4a9315ce4af"
|
|
14
14
|
},
|
|
15
15
|
"Resources": [
|
|
16
16
|
{
|
|
@@ -119,7 +119,11 @@ JSClass("UIPopupWindow", UIWindow, {
|
|
|
119
119
|
if (animated === undefined){
|
|
120
120
|
animated = true;
|
|
121
121
|
}
|
|
122
|
-
var
|
|
122
|
+
var sourceBounds = view.bounds;
|
|
123
|
+
if (view.sourceRectForPopupWindow){
|
|
124
|
+
sourceBounds = view.sourceRectForPopupWindow(this);
|
|
125
|
+
}
|
|
126
|
+
var sourceFrame = view.convertRectToScreen(sourceBounds).rectWithInsets(-this._sourceSpacing);
|
|
123
127
|
var safeFrame = view.window.screen.availableFrame.rectWithInsets(20);
|
|
124
128
|
|
|
125
129
|
// Size to our content's preferred size
|
|
@@ -153,27 +157,39 @@ JSClass("UIPopupWindow", UIWindow, {
|
|
|
153
157
|
);
|
|
154
158
|
if (placement == UIPopupWindow.Placement.below){
|
|
155
159
|
if (frame.size.height > available.bottom){
|
|
156
|
-
if (available.top
|
|
160
|
+
if (available.top >= available.bottom * 2){
|
|
157
161
|
placement = UIPopupWindow.Placement.above;
|
|
158
|
-
}else if (available.right
|
|
162
|
+
}else if (available.right >= frame.size.width){
|
|
159
163
|
placement = UIPopupWindow.Placement.right;
|
|
160
|
-
}else if (available.left
|
|
164
|
+
}else if (available.left >= frame.size.width){
|
|
161
165
|
placement = UIPopupWindow.Placement.left;
|
|
162
|
-
}else if (available.top
|
|
166
|
+
}else if (available.top >= frame.size.height){
|
|
163
167
|
placement = UIPopupWindow.Placement.top;
|
|
164
168
|
}
|
|
165
169
|
}
|
|
166
170
|
}else if (placement == UIPopupWindow.Placement.above){
|
|
167
|
-
if (frame.size.height > available.top
|
|
168
|
-
|
|
171
|
+
if (frame.size.height > available.top){
|
|
172
|
+
if (available.bottom >= available.top * 2){
|
|
173
|
+
placement = UIPopupWindow.Placement.below;
|
|
174
|
+
}else if (available.bottom >= frame.size.height){
|
|
175
|
+
placement = UIPopupWindow.Placement.below;
|
|
176
|
+
}
|
|
169
177
|
}
|
|
170
178
|
}else if (placement == UIPopupWindow.Placement.left){
|
|
171
|
-
if (frame.size.width > available.left
|
|
172
|
-
|
|
179
|
+
if (frame.size.width > available.left){
|
|
180
|
+
if (available.right >= frame.size.width){
|
|
181
|
+
placement = UIPopupWindow.Placement.right;
|
|
182
|
+
}else if ((this.windowServer.mouseLocation.x - safeFrame.origin.x) < frame.size.width){
|
|
183
|
+
placement = UIPopupWindow.Placement.right;
|
|
184
|
+
}
|
|
173
185
|
}
|
|
174
186
|
}else if (placement == UIPopupWindow.Placement.right){
|
|
175
|
-
if (frame.size.width > available.right
|
|
176
|
-
|
|
187
|
+
if (frame.size.width > available.right){
|
|
188
|
+
if (available.left >= frame.size.width){
|
|
189
|
+
placement = UIPopupWindow.Placement.left;
|
|
190
|
+
}else if ((safeFrame.origin.x + safeFrame.size.width - this.windowServer.mouseLocation.x) < frame.size.width){
|
|
191
|
+
placement = UIPopupWindow.Placement.left;
|
|
192
|
+
}
|
|
177
193
|
}
|
|
178
194
|
}
|
|
179
195
|
|
|
@@ -190,12 +206,22 @@ JSClass("UIPopupWindow", UIWindow, {
|
|
|
190
206
|
frame.origin.y = sourceFrame.origin.y - frame.size.height;
|
|
191
207
|
}else if (placement == UIPopupWindow.Placement.left){
|
|
192
208
|
if (frame.size.width > available.left){
|
|
193
|
-
|
|
209
|
+
sourceFrame = JSRect(
|
|
210
|
+
Math.max(safeFrame.origin.x + frame.size.width, this.windowServer.mouseLocation.x),
|
|
211
|
+
sourceFrame.origin.y,
|
|
212
|
+
1,
|
|
213
|
+
sourceFrame.size.height
|
|
214
|
+
);
|
|
194
215
|
}
|
|
195
216
|
frame.origin.x = sourceFrame.origin.x - frame.size.width;
|
|
196
217
|
}else if (placement == UIPopupWindow.Placement.right){
|
|
197
218
|
if (frame.size.width > available.right){
|
|
198
|
-
|
|
219
|
+
sourceFrame = JSRect(
|
|
220
|
+
Math.min(safeFrame.origin.x + safeFrame.size.width - frame.size.width, this.windowServer.mouseLocation.x) - 1,
|
|
221
|
+
sourceFrame.origin.y,
|
|
222
|
+
1,
|
|
223
|
+
sourceFrame.size.height
|
|
224
|
+
);
|
|
199
225
|
}
|
|
200
226
|
frame.origin.x = sourceFrame.origin.x + sourceFrame.size.width;
|
|
201
227
|
}
|
|
@@ -461,10 +487,18 @@ JSClass("UIPopupWindow", UIWindow, {
|
|
|
461
487
|
}
|
|
462
488
|
},
|
|
463
489
|
|
|
464
|
-
_windowServerDidResize: function(){
|
|
490
|
+
_windowServerDidResize: function(frameBeforeResize){
|
|
465
491
|
UIPopupWindow.$super._windowServerDidResize.call(this);
|
|
466
492
|
if (this._showsSourceArrow){
|
|
493
|
+
var frameBeforeReposition = JSRect(this.untransformedFrame);
|
|
467
494
|
this.repositionSourceArrow();
|
|
495
|
+
if (!this._showsSourceArrow){
|
|
496
|
+
var frameAfterReposition = this.untransformedFrame;
|
|
497
|
+
frameBeforeResize.origin.x += frameAfterReposition.origin.x - frameBeforeReposition.origin.x;
|
|
498
|
+
frameBeforeResize.origin.y += frameAfterReposition.origin.y - frameBeforeReposition.origin.y;
|
|
499
|
+
frameBeforeResize.size.width += frameAfterReposition.size.width - frameBeforeReposition.size.width;
|
|
500
|
+
frameBeforeResize.size.height += frameAfterReposition.size.height - frameBeforeReposition.size.height;
|
|
501
|
+
}
|
|
468
502
|
}
|
|
469
503
|
},
|
|
470
504
|
|
|
@@ -967,7 +967,7 @@ JSClass("UIWindowServer", JSObject, {
|
|
|
967
967
|
frame.size.width += diff.x;
|
|
968
968
|
}
|
|
969
969
|
event.window.untransformedFrame = frame;
|
|
970
|
-
event.window._windowServerDidResize();
|
|
970
|
+
event.window._windowServerDidResize(this._windowResizeMouseEventData.frame0);
|
|
971
971
|
}
|
|
972
972
|
},
|
|
973
973
|
|