Created
January 2, 2010 01:51
-
-
Save tolmasky/267339 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (var i = 0, count = [externalConnections count]; i < count; i++) | |
{ | |
var thisConnection = externalConnections[i], | |
cachedConnection = externalConnectionCache[[thisConnection objectForKey:"index"]]; | |
if ([[self class] documentForObject:[cachedConnection destination]] === self) | |
{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment