Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Apr 8, 2019
1 parent 3a549bc commit c16f03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/lib/attribute-transition-utils.js
Expand Up @@ -92,7 +92,7 @@ export function padBuffer({
const fromData = fromState.getData({});

const {size, constant} = toState;
const toData = constant ? toState.getValue : toState.getBuffer().getData({});
const toData = constant ? toState.getValue() : toState.getBuffer().getData({});

const getMissingData = constant
? (i, chunk) => getData(toData, chunk)
Expand Down

0 comments on commit c16f03f

Please sign in to comment.