Skip to content

Commit

Permalink
adding alpha range facet for zepheira#28
Browse files Browse the repository at this point in the history
  • Loading branch information
zepheiryan committed Jan 31, 2012
1 parent 98a4dd9 commit e2c4376
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripted/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<file name="scripts/ui/facets/list-facet.js"/>
<file name="scripts/ui/facets/cloud-facet.js"/>
<file name="scripts/ui/facets/numeric-range-facet.js"/>
<file name="scripts/ui/facets/alpha-range-facet.js"/>
<file name="scripts/ui/facets/text-search-facet.js"/>
</filelist>
<fileset dir="${src}/">
Expand Down
1 change: 1 addition & 0 deletions scripted/src/exhibit-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ var Exhibit = {
"scripts/ui/facets/facet.js",
"scripts/ui/facets/list-facet.js",
"scripts/ui/facets/numeric-range-facet.js",
"scripts/ui/facets/alpha-range-facet.js",
"scripts/ui/facets/cloud-facet.js",
"scripts/ui/facets/text-search-facet.js",
"scripts/ui/views/view.js",
Expand Down
Loading

0 comments on commit e2c4376

Please sign in to comment.