This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removes leftover 'use strict's
main
Eric Amodio
1 year ago
parent
aaea016f76
commit
05042ad142
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/views/nodes/UncommittedFilesNode.ts
+0
-1
src/webviews/apps/plus/timeline/chart.ts
+ 0
- 1
src/views/nodes/UncommittedFilesNode.ts
View File
@ -1,4 +1,3 @@
'use strict'
;
import
{
ThemeIcon
,
TreeItem
,
TreeItemCollapsibleState
}
from
'vscode'
;
import
{
ViewFilesLayout
}
from
'../../config'
;
import
{
GitUri
}
from
'../../git/gitUri'
;
+ 0
- 1
src/webviews/apps/plus/timeline/chart.ts
View File
@ -1,4 +1,3 @@
'use strict'
;
/*global*/
import
type
{
Chart
,
ChartOptions
,
ChartTypes
,
DataItem
}
from
'billboard.js'
;
import
{
bar
,
bb
,
bubble
,
zoom
}
from
'billboard.js'
;
Write
Preview
Loading…
Cancel
Save