vendor/assets/javascripts/alert.js in flashgrid-4.0.5 vs vendor/assets/javascripts/alert.js in flashgrid-4.0.6

- old
+ new

@@ -7,10 +7,10 @@ var dismiss = '[data-dismiss="alert"]' var Alert = function (el) { $(el).on('click', dismiss, this.close) } - Alert.VERSION = '3.3.1' + Alert.VERSION = '3.3.2' Alert.TRANSITION_DURATION = 150 Alert.prototype.close = function (e) { var $this = $(this) \ No newline at end of file