Skip to content

Commit 0d0c185

Browse files
author
dkuffner
committed
Remove unneeded ID properties.
1 parent db71f1e commit 0d0c185

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Scalatron/webui/client/DebuggerInputGrid.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ DebuggerInputGrid = {
2929

3030
return Ext.create('Ext.grid.Panel', {
3131
title: "<b>Input</b> to control function",
32-
id: "debugger_input",
3332
flex: 1,
3433
//margin:3,
3534
store:store,

Scalatron/webui/client/DebuggerOutputGrid.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ DebuggerOutputGrid = {
4444

4545
return Ext.create('Ext.grid.Panel', {
4646
title: "<b>Output</b> from control function",
47-
id: "debugger_outout",
4847
flex: 1,
4948
//margin:3,
5049
store:store,

0 commit comments

Comments
 (0)