From e0993c70a6cac7daf92d82f6dbc2f7cec139bc10 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' },