Skip to content

Commit

Permalink
fix(visibility): rename placeholder class to constraint
Browse files Browse the repository at this point in the history
Rename the placeholder class to constraint to stop the conflict with the placeholder component

Closes #296
  • Loading branch information
Sean committed Dec 18, 2018
1 parent 99f6487 commit e0993c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/behaviors/visibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ $.fn.visibility.settings = {

className: {
fixed : 'fixed',
placeholder : 'placeholder',
placeholder : 'constraint',
visible : 'visible'
},

Expand Down

0 comments on commit e0993c7

Please # to comment.