Guest User

default.js

a guest
Mar 18th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. WinJS.xhr(
  2. {
  3.     url: "http://satya.kodingen.com/computers.xml"
  4. }).then(function(a)
  5. {
  6.     console.log(a.response)
  7. })
Advertisement
Add Comment
Please, Sign In to add comment