Minor bug fixes.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@108 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-02-19 17:47:04 +00:00
parent 7f528c320d
commit 6c7557eeff
2 changed files with 2 additions and 3 deletions

View File

@ -44,9 +44,9 @@ public class NumericBinIndex {
} }
} }
if (getMin() >= getMax()) { if (_min >= _max) {
_step = 0; _step = 0;
_bins = new int[0]; _bins = new int[1];
return; return;
} }

View File

@ -6,7 +6,6 @@
background: #fffee0; background: #fffee0;
border: 1px solid #666; border: 1px solid #666;
z-index: 10; z-index: 10;
-moz-border-radius-bottomleft: 20px;
} }
.history-panel h3 { .history-panel h3 {
margin: 0; margin: 0;