Skip to content

Commit

Permalink
Fix for natergj#94 with gnatowski's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishakai authored Jan 25, 2017
1 parent 03e6571 commit cd34567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib/worksheet/classes/dataValidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ class DataValidationCollection { // §18.3.1.33 dataValidations (Data Validation
let valsEle = ele.ele('dataValidations').att('count', this.length);
this.items.forEach((val) => {
val.addToXMLele(valsEle);
valsEle.up();
});
valsEle.up();
}
}

Expand Down

0 comments on commit cd34567

Please sign in to comment.