]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/content/statusline.js
Import r6948 from upstream hg supporting Firefox up to 24.*
[dactyl.git] / common / content / statusline.js
index 0de02088a37cb79f91c3f8b811796feff49f07f2..4cf50c47813e4a8b119dcfa837eabe5cc4c82941 100644 (file)
@@ -269,7 +269,7 @@ var StatusLine = Module("statusline", {
         });
     },
 
-    updateUrl: deprecated("statusline.status", function updateUrl(url) { this.status = url || buffer.uri }),
+    updateUrl: deprecated("statusline.status", function updateUrl(url) { this.status = url || buffer.uri; }),
 
     /**
      * Set the contents of the status line's input buffer to the given
@@ -393,4 +393,4 @@ var StatusLine = Module("statusline", {
     }
 });
 
-// vim: set fdm=marker sw=4 ts=4 et:
+// vim: set fdm=marker sw=4 sts=4 ts=8 et: