View Single Post
Old 03-10-2012, 09:15 AM   #3522
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Originally Posted by Analogus View Post
There is no repository.
Why not use "clone" feature of the Google Code?
PRS+ is GPL licensed, so if you are distributing alternative builds, you must provide sources of them as well.

Quote:
Originally Posted by Analogus View Post
Question to developers:

I have made a FUNCTION in say A.JS. How do I call the function in B.JS when needed?

A.
Depends how those js files are initialized. In general, each function (and js is normally initialized as a separate function) has it's own namespace. If files are combined prior to be initialized, then it's the same namespace and everything should be visible.

Last edited by kartu; 03-10-2012 at 09:17 AM.
kartu is offline   Reply With Quote