Skip to content

Instantly share code, notes, and snippets.

@smoofles
Created October 21, 2010 09:14
Show Gist options
  • Save smoofles/638175 to your computer and use it in GitHub Desktop.
Save smoofles/638175 to your computer and use it in GitHub Desktop.
SproutCore View Creation suggestion
Blahblah._360621062 = SC.Page.create({
mainView: SC.View.design({
layout: {
height: 465,
width: 250,
left: 10,
top: 13
}
})
});
// —————————————
Blahblah._360621062 = SC.Page.create({ view: [ [465, 250, 10, 13], "SomeLabel" ] });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment