mirror of
https://github.com/liriliri/eruda.git
synced 2026-05-20 08:47:20 +08:00
Use let instead of var
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe('info', function() {
|
||||
var tool = eruda.get('info'),
|
||||
$tool = $('.eruda-info')
|
||||
let tool = eruda.get('info')
|
||||
let $tool = $('.eruda-info')
|
||||
|
||||
describe('default', function() {
|
||||
it('location', function() {
|
||||
|
||||
Reference in New Issue
Block a user