Created
December 20, 2012 05:36
-
-
Save anuith/4343159 to your computer and use it in GitHub Desktop.
Calling the getWeatherFromLocation commands
This file contains 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
Data.getWeatherFromLocation(13.739135, 100.547324).then(function (result) { | |
WinJS.Binding.processAll(element.querySelector("#weatherData"), result); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment