Enable use of "use strict" and fix two global variable declarations

This commit is contained in:
Saivann 2015-07-10 13:55:28 -04:00
parent 3ac6158d37
commit 1bd4720304
No known key found for this signature in database
GPG key ID: 5780F5D31B5577B0
5 changed files with 13 additions and 1 deletions

View file

@ -4,6 +4,8 @@
// This file is used for javascript code
// necessary for some pages to work properly.
"use strict"
function getWidth(a) {
// Return the integer value of the computed width of a DOM node.
// Ex. getWidth(node);
@ -189,6 +191,7 @@ function updateToc() {
var pageoffset;
var windowy;
var toc;
var fallback;
var first;
var last;
var closer;