From fba5c8c27470002f21ffa59d44771bd2c4845cd1 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 11 Dec 2018 15:18:13 +0000 Subject: [PATCH] fix(visibility): rename placeholder class to constraint Rename the placeholder class to constraint to stop the conflict with the placeholder component Closes #296 --- src/definitions/behaviors/visibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/behaviors/visibility.js b/src/definitions/behaviors/visibility.js index fb2fe4835c..80872f99af 100755 --- a/src/definitions/behaviors/visibility.js +++ b/src/definitions/behaviors/visibility.js @@ -1301,7 +1301,7 @@ $.fn.visibility.settings = { className: { fixed : 'fixed', - placeholder : 'placeholder', + placeholder : 'constraint', visible : 'visible' },