Minor comment update.

This commit is contained in:
Oliver Hamlet
2014-11-06 21:51:25 +00:00
parent 7defe723c2
commit 8c866853b9
+1 -1
View File
@@ -47,7 +47,7 @@
// Record this document.
var importDoc = document.currentScript.ownerDocument;
/* Create a <message-dialog> element type that extends from <dialog>. */
/* Create a <dialog is="message-dialog"> element type. */
var messageDialogProto = Object.create(HTMLDialogElement.prototype, {
onClose: {