- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Mar 2012 11:01:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9367
Modified Files:
load-timeout.js
Log Message:
add dashed lines and change how Path objects work to instead use external line and font styles and transformation objects (whatwg r7028)
[updated by splitter]
Index: load-timeout.js
===================================================================
RCS file: /sources/public/html5/spec/load-timeout.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- load-timeout.js 20 Mar 2012 10:51:46 -0000 1.3
+++ load-timeout.js 20 Mar 2012 11:01:53 -0000 1.4
@@ -53,6 +53,7 @@
window.addEventListener('scroll', function (event) {
closeAlert();
}, false);
+alert("foo");
setTimeout(function () {
showAlert("Too slow? Try reading the multipage copy of the spec instead:", "./"), 6000);
}
Received on Tuesday, 20 March 2012 11:02:00 UTC