Guest User

Untitled

a guest
Apr 27th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. for (var i = 0, count = [externalConnections count]; i < count; i++)
  2. {
  3. var thisConnection = externalConnections[i],
  4. cachedConnection = externalConnectionCache[[thisConnection objectForKey:"index"]];
  5.  
  6. if ([[self class] documentForObject:[cachedConnection destination]] === self)
  7. {
Add Comment
Please, Sign In to add comment