Formatting: Fixed formatting in _CPPopoverWindow

Refs #2137
This commit is contained in:
Ashley Williams
2014-03-24 05:08:36 -07:00
parent be3c4abbce
commit c5637ea29b
-2
View File
@@ -589,9 +589,7 @@ var _CPPopoverWindow_shouldClose_ = 1 << 4,
// Make absolutely sure no dangling event listeners are left
#if PLATFORM(DOM)
if (_animates && _browserAnimates)
{
_DOMElement.removeEventListener(CPBrowserStyleProperty("transitionend"), _orderOutTransitionFunction, YES);
}
#endif
[self _removeFrameObserver];