mirror of https://github.com/ColorlibHQ/AdminLTE
ignore lgtm unused-local-variable warning in dashboard js files
parent
480b63121c
commit
a2d25ca035
|
@ -265,3 +265,5 @@ $(function () {
|
||||||
options: salesGraphChartOptions
|
options: salesGraphChartOptions
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// lgtm [js/unused-local-variable]
|
||||||
|
|
|
@ -266,3 +266,5 @@ $(function () {
|
||||||
// ]
|
// ]
|
||||||
// })
|
// })
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// lgtm [js/unused-local-variable]
|
||||||
|
|
|
@ -143,3 +143,5 @@ $(function () {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// lgtm [js/unused-local-variable]
|
||||||
|
|
Loading…
Reference in New Issue