Skip to content

Commit f8c2378

Browse files
committed
Reference the "toolbarContainer"
1 parent dc9ee7c commit f8c2378

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

system/Debug/Toolbar/Views/toolbar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
var ciDebugBar = {
66

7+
toolbarContainer : null,
78
toolbar : null,
89
icon : null,
910

1011
//--------------------------------------------------------------------
1112

1213
init : function () {
14+
this.toolbarContainer = document.getElementById('toolbarContainer');
1315
this.toolbar = document.getElementById('debug-bar');
1416
this.icon = document.getElementById('debug-icon');
1517

0 commit comments

Comments
 (0)