]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/gadgets.factor
Fix comments to be ! not #!.
[factor.git] / basis / ui / gadgets / gadgets.factor
index c0eb5266b5906ca1d797232b772b55ad1fcff04b..8395f85e9d6ce706a5dbee23b8dfe39316aec8e7 100644 (file)
@@ -140,9 +140,9 @@ SYMBOL: ui-notify-flag
 : layout-queue ( -- queue ) \ layout-queue get ;
 
 : layout-later ( gadget -- )
-    #! When unit testing gadgets without the UI running, the
-    #! invalid queue is not initialized and we simply ignore
-    #! invalidation requests.
+    ! When unit testing gadgets without the UI running, the
+    ! invalid queue is not initialized and we simply ignore
+    ! invalidation requests.
     layout-queue [ push-front notify-ui-thread ] [ drop ] if* ;
 
 : invalidate* ( gadget -- )