]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/javascript/opac/AboutPage.js
60291bc385e9185655529dd0d10c426733613f8c
[Evergreen.git] / Open-ILS / src / javascript / opac / AboutPage.js
1 AboutPage.prototype                                     = new Page();
2 AboutPage.prototype.constructor = AboutPage;
3 AboutPage.baseClass                                     = Page.constructor;
4
5 function AboutPage() {
6         this.searchBarForm      = new SearchBarFormChunk();
7         this.searchBar                  = new SearchBarChunk();
8 }