Skip to content

Commit

Permalink
Fix constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Apr 1, 2021
1 parent 8f16295 commit 9c522b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handy.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var HdyColumn = GObject.registerClass({
? (Handy.Column
? class HdyColumn extends Handy.Column {}
: class HdyColumn extends Handy.Clamp {
constructor(params) {
_init(params) {
super._init(params)
this.maximum_size = params.maximum_width
this.tightening_threshold = params.linear_growth_width
Expand Down

0 comments on commit 9c522b6

Please sign in to comment.