@flk/modal
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -42,3 +42,3 @@ class Modal { | ||
this.theme = this.prop('theme', this.config('theme', this.defaultTheme)); | ||
this.backdrop = this.prop('backdrop', this.config('backdrop', false)); | ||
this.backdrop = this.prop('backdrop', this.config('backdrop', true)); | ||
this.modalHeader = this.prop('heading', this.prop('header')); | ||
@@ -45,0 +45,0 @@ this.showUpAnimation = this.prop('animateShow', this.config('animation.show', 'fadeIn')); |
{ | ||
"name": "@flk/modal", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Modal popup for Falak framework", | ||
@@ -5,0 +5,0 @@ "main": "dist/flk-modal.component.js", |
13497