Skip to content

Instantly share code, notes, and snippets.

@mattapperson
Created December 22, 2011 14:19
Show Gist options
  • Select an option

  • Save mattapperson/1510448 to your computer and use it in GitHub Desktop.

Select an option

Save mattapperson/1510448 to your computer and use it in GitHub Desktop.
var o = collection.find({loc:{$within:[[5, 5], 0.2]}}, {
$sort:{nickname:2}});
for(var i=0; i Ti.API.info(o[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment