Skip to content

Instantly share code, notes, and snippets.

@ferclaverino
Created July 26, 2012 21:12
Show Gist options
  • Save ferclaverino/3184544 to your computer and use it in GitHub Desktop.
Save ferclaverino/3184544 to your computer and use it in GitHub Desktop.
ready() step 2
ready: function (element, options) {
currentSection = options.item;
setHeader(element, currentSection.BackColor);
setAppbarButton(currentSection);
this.updateLayout(element, Windows.UI.ViewManagement.ApplicationView.value);
buildNews(feedToShow);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment