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