diff options
Diffstat (limited to 'itjs')
-rw-r--r-- | itjs/boot.js | 2 | ||||
-rw-r--r-- | itjs/it.js | 2 | ||||
-rw-r--r-- | itjs/state.js | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/itjs/boot.js b/itjs/boot.js index dd5169d..13b382f 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -1,5 +1,3 @@ -// $Id$ - var it_boot_status = "boot"; var it_panictimer = window.setTimeout("it_panic({reason:it_boot_status})", 31337), it_domtimer; var it_starttime = new Date().getTime(); @@ -1,5 +1,3 @@ -// $Id$ - /** * Clear contents of element 'jsdebug' */ diff --git a/itjs/state.js b/itjs/state.js index 81156f1..cd1cb08 100644 --- a/itjs/state.js +++ b/itjs/state.js @@ -1,8 +1,5 @@ /** * Generic state object (singleton), for supporting Ajax browser history - * - * $Id$ - * */ var it_state = { |