Kaynağa Gözat

Remove onClick

Josh Engebretson 9 yıl önce
ebeveyn
işleme
089a66c8cf
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  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;