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 authored Dec 11, 2018
1 parent 991a195 commit fba5c8c
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 fba5c8c

Please # to comment.