commit | 64b879ac5bbabe0489869f76b3a20f26aca6ce22 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Mon Nov 02 18:05:41 2009 -0800 |
committer | Scott Main <smain@google.com> | Mon Nov 02 18:05:41 2009 -0800 |
tree | cefcf52b98392b768f22f1793f7751fb890f4c80 | |
parent | 8e44ae9c762785d80e54bc75e2ba353f486414ec [diff] |
docs: fix js error when there's no api level cookie saved. currently, if there's no api level cookie saved, then the selectedLevelItem variable will be undefined and will throw an error at the end of the buildApilevelSelector function. Now, userApiLevel is set to the max level in this case.