From d205c4eac7c7cf06f5afd7a4e6b769a96cc5db9c Mon Sep 17 00:00:00 2001 From: Jiva DeVoe Date: Fri, 18 May 2012 10:25:06 -0700 Subject: [PATCH] updating to remove a comment and to fix a formatting issue --- AppKit/Platform/DOM/CPPlatformWindow+DOM.j | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AppKit/Platform/DOM/CPPlatformWindow+DOM.j b/AppKit/Platform/DOM/CPPlatformWindow+DOM.j index 3715e4cc6..11c7a0a64 100644 --- a/AppKit/Platform/DOM/CPPlatformWindow+DOM.j +++ b/AppKit/Platform/DOM/CPPlatformWindow+DOM.j @@ -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;