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 Hamilton committed Dec 11, 2018
1 parent 991a195 commit 99d179d
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 99d179d

Please sign in to comment.