LWN.net Logo

Reitter: Answering the question: "How do I develop an app for GNOME?"

Reitter: Answering the question: "How do I develop an app for GNOME?"

Posted Feb 8, 2013 4:02 UTC (Fri) by mathstuf (subscriber, #69389)
In reply to: Reitter: Answering the question: "How do I develop an app for GNOME?" by oldtomas
Parent article: Reitter: Answering the question: "How do I develop an app for GNOME?"

I use it in some JS I've written (see uzbl) to minimize the public API of the JS code:

uzbl.follow = (function () { /* private implementation */ return { /* api object */ }; })();


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds