View Single Post
Old 09-26-2011, 08:53 AM   #570
BenChen
EPUB Metadata ******
BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.
 
Posts: 525
Karma: 26874
Join Date: Dec 2010
Device: Kobo Glo HD
Quote:
Originally Posted by Mark Nord View Post
Victor,

I think there is no specific limit on variables, but at the real device there is a limit of somewhat < 100kB for a script. This seems to be true in the Sim too.
calandar.js is getting rather huge (92k) currently.

I would suggest to shorten the code by
  1. removing stale code ( code between /* */)
  2. deleting/shortening comments
  3. shorten var statements to var I=somthing, j, k=anotherting, ....;
  4. shorten var names
HTH
Mark
Hi Mark,

I should probably tidy up the Calendar code for the repositories, too.

Sincerely,
Ben.
BenChen is offline   Reply With Quote