vendor/assets/javascripts/tab.js in flashgrid-1.0.13 vs vendor/assets/javascripts/tab.js in flashgrid-1.0.14

- old
+ new

@@ -1,6 +1,7 @@ -+function ($) { "use strict"; ++function ($) { + 'use strict'; // TAB CLASS DEFINITION // ==================== var Tab = function (element) { @@ -31,11 +32,11 @@ var $target = $(selector) this.activate($this.parent('li'), $ul) this.activate($target, $target.parent(), function () { $this.trigger({ - type: 'shown.bs.tab' - , relatedTarget: previous + type: 'shown.bs.tab', + relatedTarget: previous }) }) } Tab.prototype.activate = function (element, container, callback) { \ No newline at end of file