Skip to content

Instantly share code, notes, and snippets.

Created September 21, 2009 01:43
Show Gist options
  • Save anonymous/190022 to your computer and use it in GitHub Desktop.
Save anonymous/190022 to your computer and use it in GitHub Desktop.
menuView: SC.MenuPane.design({
layout: { top: 63, left: 0, right: 0, height: 36 },
items: [SC.Object.create({
title: 'Foo',
isEnabled: YES
}),
SC.Object.create({
title: 'Bar',
isEnabled: YES
})]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment