mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Use strict mode for JavaScript
This commit is contained in:
parent
6062141cce
commit
a60fd38cda
3 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
(function (global) {
|
||||
'use strict';
|
||||
|
||||
var $global = $(global);
|
||||
var content, darkBox, searchResults;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
(function (global) {
|
||||
'use strict';
|
||||
|
||||
var closeToc = function() {
|
||||
$(".tocify-wrapper").removeClass('open');
|
||||
|
|
|
|||
Loading…
Reference in a new issue