mirror of
https://github.com/correl/melpa.git
synced 2025-04-07 13:01:06 -09:00
Suppress jshint warning
This commit is contained in:
parent
eba82cc626
commit
0886b846df
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@
|
||||||
jQuery(window).load(function() {
|
jQuery(window).load(function() {
|
||||||
document.title = (new melpa.archivename.controller()).archiveName();
|
document.title = (new melpa.archivename.controller()).archiveName();
|
||||||
jQuery(".archive-name").empty().each(function(i, e) {
|
jQuery(".archive-name").empty().each(function(i, e) {
|
||||||
|
// jshint unused: false
|
||||||
m.module(e, melpa.archivename);
|
m.module(e, melpa.archivename);
|
||||||
});
|
});
|
||||||
if (melpa.stable()) {
|
if (melpa.stable()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue