bootstrap-table-defer-url.min.js 444 B

1234567
  1. /*
  2. * bootstrap-table - v1.12.1 - 2018-03-12
  3. * https://github.com/wenzhixin/bootstrap-table
  4. * Copyright (c) 2018 zhixin wen
  5. * Licensed MIT License
  6. */
  7. !function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{deferUrl:void 0});var b=a.fn.bootstrapTable.Constructor,c=b.prototype.init;b.prototype.init=function(){c.apply(this,Array.prototype.slice.apply(arguments)),this.options.deferUrl&&(this.options.url=this.options.deferUrl)}}(jQuery);