mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 17:20:47 +00:00
remove accidental testing code
This commit is contained in:
parent
b2264a3324
commit
4b0d35db34
1 changed files with 0 additions and 9 deletions
|
|
@ -325,15 +325,6 @@ class _DribbblishShared {
|
||||||
}
|
}
|
||||||
const DribbblishShared = new _DribbblishShared();
|
const DribbblishShared = new _DribbblishShared();
|
||||||
|
|
||||||
for (let i = 0; i < 10; i++) {
|
|
||||||
DribbblishShared.config.register({
|
|
||||||
area: `Test ${i}`,
|
|
||||||
type: "button",
|
|
||||||
name: "Test",
|
|
||||||
key: `test${i}`
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
DribbblishShared.config.register({
|
DribbblishShared.config.register({
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
key: "rightBigCover",
|
key: "rightBigCover",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue