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 21, 2018
1 parent 3608cc6 commit 7fb8a5c
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 7fb8a5c

Please sign in to comment.