mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
Use strict mode for JavaScript
This commit is contained in:
committed by
Robert Lord
parent
6062141cce
commit
a60fd38cda
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user