]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in webkit demo
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 2 Apr 2010 03:24:46 +0000 (22:24 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 2 Apr 2010 03:25:07 +0000 (22:25 -0500)
extra/webkit-demo/webkit-demo.factor

index eb24d035dc92b8276953784f49d6a5ba4f6916d4..8f89b1b4aead2a17742fb565a48a2a674d11e1e9 100644 (file)
@@ -13,7 +13,7 @@ IMPORT: WebView
     WebView -> alloc
     rect f f -> initWithFrame:frameName:groupName: ;
 
-CONSTANT: window-style ( -- n )
+CONSTANT: window-style
     flags{
         NSClosableWindowMask
         NSMiniaturizableWindowMask