Josh Engebretson 9 лет назад
Родитель
Сommit
089a66c8cf
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      Script/AtomicEditor/ui/modal/CreateProject.ts

+ 0 - 4
Script/AtomicEditor/ui/modal/CreateProject.ts

@@ -91,10 +91,6 @@ class CreateProject extends ModalWindow {
         button.id = id;
         button.toggleMode = true;
 
-        button.onClick = () => {
-
-        };
-
         var lp = new Atomic.UILayoutParams();
         lp.minWidth = size;
         lp.minHeight = size;