Skip to content

Commit a2eabdf

Browse files
committed
Add the icon to the devtools panel
Related to #95.
1 parent c3fa157 commit a2eabdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
chrome.devtools.panels.create(
2-
'Redux', null, 'devpanel.html', function(panel) {}
2+
'Redux', 'img/scalable.png', 'devpanel.html', function(panel) {}
33
);

0 commit comments

Comments
 (0)