Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/openfin/fin-hypergrid
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Feb 10, 2015
2 parents 5228ebb + b88604b commit 32add91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 89 deletions.
2 changes: 1 addition & 1 deletion behaviors/fin-hypergrid-behavior-qtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
var normalized = Math.floor(y - this.scrollPositionY);
if (this.block) {
var val = this.block.Z[1][col][normalized];
if (val) {
if (val || val === 0) {
return val;
}
}
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
],
"dependencies": {
"paper-elements": "Polymer/paper-elements#master",
"core-elements": "Polymer/core-elements#master"
"core-elements": "Polymer/core-elements#master",
"fin-canvas": "#master",
"fin-rectangle": "#master",
"fin-vampire-bar": "#master"
},
"devDependencies": {
"polymer": "Polymer/polymer#master",
"fin-canvas": "#master",
"fin-rectangle": "#master",
"fin-vampire-bar": "#master",
"accountingjs": "~0.3.2"
}
}
Binary file added excel-packed.zip
Binary file not shown.
84 changes: 0 additions & 84 deletions q/index.html

This file was deleted.

0 comments on commit 32add91

Please sign in to comment.