Merge pull request #754 from Subash/master

Update web-view-tag.md
This commit is contained in:
Kevin Sawicki 2014-10-30 09:18:40 -07:00
commit 1c91b4888a

View file

@ -40,7 +40,7 @@ and displays a "loading..." message during the load time:
indicator.innerText = "";
}
webview.addEventListener("did-start-loading", loadstart);
webview.addEventListener("id-stop-loading", loadstop);
webview.addEventListener("did-stop-loading", loadstop);
}
</script>
```