vendor/assets/javascripts/button.js in flashgrid-3.3.2 vs vendor/assets/javascripts/button.js in flashgrid-3.4.0
- old
+ new
@@ -8,10 +8,10 @@
this.$element = $(element)
this.options = $.extend({}, Button.DEFAULTS, options)
this.isLoading = false
}
- Button.VERSION = '3.3.0'
+ Button.VERSION = '3.3.1'
Button.DEFAULTS = {
loadingText: 'loading...'
}
\ No newline at end of file