Browse Source

test commit

Patrick Ryan 6 years ago
parent
commit
3f22c9a589
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gui/src/2D/controls/colorpicker.ts

+ 3 - 0
gui/src/2D/controls/colorpicker.ts

@@ -426,6 +426,9 @@ export class ColorPicker extends Control {
         super._onPointerUp(target, coordinates, pointerId, buttonIndex, notifyClick);
         super._onPointerUp(target, coordinates, pointerId, buttonIndex, notifyClick);
     }
     }
 
 
+    /**
+     * This is so cool!
+     */
     public static ShowPickerDialog() {
     public static ShowPickerDialog() {
 
 
     }
     }