Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created May 28, 2013 18:58
Show Gist options
  • Save marti1125/5665189 to your computer and use it in GitHub Desktop.
Save marti1125/5665189 to your computer and use it in GitHub Desktop.
Call
var dial = document.querySelector("#dial");
if (dial) {
dial.onclick = function () {
var call = new MozActivity({
name: "dial",
data: {
number: "+46777888999"
}
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment