Browse Source

Merge pull request #754 from Subash/master

Update web-view-tag.md
Kevin Sawicki 10 years ago
parent
commit
1c91b4888a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/web-view-tag.md

+ 1 - 1
docs/api/web-view-tag.md

@@ -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>
 ```