Merge remote-tracking branch 'cappuccino/master'

This commit is contained in:
daniel
2018-04-04 14:50:00 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ var _CPCibObjectDataNamesKeysKey = @"_CPCibObjectDataNamesKeysKey
if ([object respondsToSelector:@selector(_cibInstantiate)])
{
var instantiatedObject = [object _cibInstantiate];
instantiatedObject = [object _cibInstantiate];
if (instantiatedObject !== object)
{
+1 -1
View File
@@ -522,7 +522,7 @@ var CALayerRegisteredRunLoopUpdates = nil;
if (USE_BUFFER)
{
if (_delegateRespondsToDisplayLayerSelector)
return [_delegate displayInLayer:self];
return [_delegate displayLayer:self];
if (CGRectGetWidth(_backingStoreFrame) == 0.0 || CGRectGetHeight(_backingStoreFrame) == 0.0)
return;