Skip to content

Commit

Permalink
Fix parameter usage, see #213
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 18, 2019
1 parent 3d3f74f commit 20562c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Property.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ define( require => {
* @static
*/
static unmultilink( multilink ) {
multilink => multilink.dispose();
multilink.dispose();
}
}

Expand Down

0 comments on commit 20562c4

Please sign in to comment.