mirror of
https://github.com/ziglang/zig.git
synced 2026-01-24 08:15:23 +00:00
autodoc: fix missing variable declaration for strict mode
This commit is contained in:
parent
40a2844c30
commit
e39d1ae78f
@ -1,4 +1,4 @@
|
||||
//'use strict';
|
||||
'use strict';
|
||||
|
||||
(function() {
|
||||
var domStatus = document.getElementById("status");
|
||||
@ -1543,6 +1543,7 @@
|
||||
if (location.hash[0] === '#' && location.hash.length > 1) {
|
||||
var query = location.hash.substring(1);
|
||||
var qpos = query.indexOf("?");
|
||||
var nonSearchPart;
|
||||
if (qpos === -1) {
|
||||
nonSearchPart = query;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user