mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
updating to remove a comment and to fix a formatting issue
This commit is contained in:
@@ -192,7 +192,6 @@ var ModifierKeyCodes = [
|
||||
],
|
||||
supportsNativeDragAndDrop = [CPPlatform supportsDragAndDrop];
|
||||
|
||||
// this probably shouldn't be a global variable. Feel free to put it somewhere appropriate.
|
||||
var resizeTimer = nil;
|
||||
|
||||
@implementation CPPlatformWindow (DOM)
|
||||
@@ -1094,7 +1093,7 @@ var resizeTimer = nil;
|
||||
resizeTimer = [CPTimer scheduledTimerWithTimeInterval:0.2 target:self selector:@selector(actualResizeEvent) userInfo:nil repeats:NO];
|
||||
}
|
||||
|
||||
-(void)actualResizeEvent
|
||||
- (void)actualResizeEvent
|
||||
{
|
||||
resizeTimer = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user