Skip to content

Commit

Permalink
Update src/dataMap.js
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Czerniak <wojciech.czerniak@gmail.com>
  • Loading branch information
wszymanski and wojciechczerniak committed Jul 23, 2020
1 parent f768aa4 commit c50c824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class DataMap {
* Translates property into visual column index.
*
* @param {string|number} prop Column property which may be also a physical column index.
* @returns {string|number|null} Visual column index or passed argument.
* @returns {number|null} Visual column index.
*/
propToCol(prop) {
const cachedPhysicalIndex = this.propToColCache.get(prop);
Expand Down

0 comments on commit c50c824

Please sign in to comment.