Commit a60fd38c authored by Rouven Weßling's avatar Rouven Weßling Committed by Robert Lord

Use strict mode for JavaScript

parent 6062141c
......@@ -14,6 +14,8 @@ License for the specific language governing permissions and limitations
under the License.
*/
(function (global) {
'use strict';
var languages = [];
global.setupLanguages = setupLanguages;
......
(function (global) {
'use strict';
var $global = $(global);
var content, darkBox, searchResults;
......
(function (global) {
'use strict';
var closeToc = function() {
$(".tocify-wrapper").removeClass('open');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment