Skip to content

Instantly share code, notes, and snippets.

@bzarzuela
Created April 25, 2011 05:39
Show Gist options
  • Save bzarzuela/940205 to your computer and use it in GitHub Desktop.
Save bzarzuela/940205 to your computer and use it in GitHub Desktop.
what's not to love about coffeescript and ext?
sm = tickets.getSelectionModel()
selections = sm.getSelections()
ids = []
for selection in selections
ids.push(selection.data.id)
console.log ids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment