ソースを参照

Merge pull request #1728 from saghul/unused-config-opts

feat(chore): remove unused interfaceConfig options
j8
George Politis 8年前
コミット
88bfa61875
1個のファイルの変更0行の追加3行の削除
  1. 0
    3
      interface_config.js

+ 0
- 3
interface_config.js ファイルの表示

@@ -1,7 +1,4 @@
1 1
 var interfaceConfig = { // eslint-disable-line no-unused-vars
2
-    CANVAS_EXTRA: 104,
3
-    CANVAS_RADIUS: 0,
4
-    SHADOW_COLOR: '#ffffff',
5 2
     // TO FIX: this needs to be handled from SASS variables. There are some
6 3
     // methods allowing to use variables both in css and js.
7 4
     DEFAULT_BACKGROUND: '#474747',

読み込み中…
キャンセル
保存