diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-10 18:50:02 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-10 18:50:02 +0000 |
commit | 5dfb71c7debfccde09da6e54011885f1f94bdf83 (patch) | |
tree | 7b03afd81ccf0262b4d2e0048ccf9a82e3c19047 /www/Makefile | |
parent | 29ef027405bc04797888c0209b827f24ae03214d (diff) |
Mozilla gives a great flexibility and power to Javascript. This popular
client side scripting language can be used to create application level
logic and services for cross platform application development.
By creating libraries of common useful routines, application developers can
focus on creating original functionality for their own applications instead
of dealing w/ complex xpconnect wrapper objects and worrying about which
IDL methods do what and which are implemented on what platforms.
Goal: jslib has a simple goal, "Make life easier for Mozilla Application
Development by creating logical, easy to use API's for general purpose
routines that lend themselves to living in library code."
WWW: http://jslib.mozdev.org/
PR: ports/151359
Submitted by: Lapo Luchini <lapo at lapo.it>
Notes
Notes:
svn path=/head/; revision=262772
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e2cd45641a20..983dfd2c3843 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1886,6 +1886,7 @@ SUBDIR += xpi-inline-google-definitions SUBDIR += xpi-it_s_all_text SUBDIR += xpi-joga + SUBDIR += xpi-jslib SUBDIR += xpi-jsview SUBDIR += xpi-jv SUBDIR += xpi-leechblock |