Skip to content

Instantly share code, notes, and snippets.

@dzeyelid
Created July 6, 2012 12:38
Show Gist options
  • Select an option

  • Save dzeyelid/3059961 to your computer and use it in GitHub Desktop.

Select an option

Save dzeyelid/3059961 to your computer and use it in GitHub Desktop.
WinJS.Namespace に 関数を登録するときのトラップ - Metro App (javascript) ref: http://qiita.com/items/f24bd52b892cfb1c4bcf
WinJS.Utilities.markSupportedForProcessing(onItemClicked);
WinJS.Namespace.define('SampleData', {onItemClicked: onItemClicked});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment