Created
July 6, 2012 12:38
-
-
Save dzeyelid/3059961 to your computer and use it in GitHub Desktop.
WinJS.Namespace に 関数を登録するときのトラップ - Metro App (javascript) ref: http://qiita.com/items/f24bd52b892cfb1c4bcf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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