]> gitweb.factorcode.org Git - factor.git/blob - basis/webbrowser/macosx/macosx.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / webbrowser / macosx / macosx.factor
1 ! Copyright (C) 2011 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: arrays io.launcher kernel present system webbrowser ;
5
6 IN: webbrowser.macosx
7
8 M: macosx open-item
9     present "open" swap 2array run-detached drop ;