Moved facet code into facet.js.

Facet-related code has been moved from entity.js into a new facet.js
because the file is getting too big.
This commit is contained in:
Endi S. Dewata
2011-11-02 12:21:39 -05:00
committed by Petr Vobornik
parent 6c3e1a21d7
commit 5db9fed8a5
25 changed files with 615 additions and 579 deletions

View File

@@ -22,7 +22,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* REQUIRES: ipa.js, details.js, search.js, add.js, entity.js */
/* REQUIRES: ipa.js, details.js, search.js, add.js, facet.js, entity.js */
IPA.entity_factories.host = function () {