Skip to content

Instantly share code, notes, and snippets.

@tadyjp
Created June 13, 2012 05:29
Show Gist options
  • Save tadyjp/2922048 to your computer and use it in GitHub Desktop.
Save tadyjp/2922048 to your computer and use it in GitHub Desktop.
WinJS.Binding.List#onitemchanged
setInterval(function () {
var t = (new Date()).toISOString();
console.log(t);
Data.items.getAt(0).title = t;
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment