Skip to content

Instantly share code, notes, and snippets.

@jeffleeismyhero
Last active November 30, 2015 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffleeismyhero/2afc60bfe4c9f484b7f5 to your computer and use it in GitHub Desktop.
Save jeffleeismyhero/2afc60bfe4c9f484b7f5 to your computer and use it in GitHub Desktop.
[
{name: 'Item A', position: 1, sticky: true},
{name: 'Item B', position: 2, sticky: true},
{name: 'Item C', position: 3, sticky: false},
{name: 'Item D', position: 4, sticky: false},
{name: 'Item E', position: 5, sticky: false},
{name: 'Item F', position: 6, sticky: false},
{name: 'Item G', position: 7, sticky: false},
{name: 'Item H', position: 8, sticky: false},
{name: 'Item I', position: 9, sticky: false},
{name: 'Item J', position: 10, sticky: false},
{name: 'Item K', position: nil, sticky: false},
{name: 'Item L', position: nil, sticky: false},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment