mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
Use let instead of var
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
describe('resources', function() {
|
||||
var tool = eruda.get('resources'),
|
||||
$tool = $('.eruda-resources')
|
||||
let $tool = $('.eruda-resources')
|
||||
|
||||
beforeEach(function() {
|
||||
eruda.show('resources')
|
||||
|
||||
Reference in New Issue
Block a user