Browse Source

Remove onClick

Josh Engebretson 9 years ago
parent
commit
089a66c8cf
1 changed files with 0 additions and 4 deletions
  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;