updating to remove a comment and to fix a formatting issue

This commit is contained in:
Jiva DeVoe
2012-05-18 10:25:06 -07:00
parent 18662deec6
commit d205c4eac7
+1 -2
View File
@@ -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;