view js/main.js @ 36:eb2cc1f89869

Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
author Atul Varma <avarma@mozilla.com>
date Sat, 24 Apr 2010 12:04:24 -0700
parents
children deebff30e816
line wrap: on
line source

$(window).ready(
  function() {
    window.addEventListener(
      "hashchange",
      function(event) {
        // TODO: Change section.
      },
      false
    );
  });