Sha256: 8e84d4f52b995d80d4dc9bacaddf32f5bb508a0b2517c14a3baf58453cea5616

Contents?: true

Size: 702 Bytes

Versions: 74

Compression:

Stored size: 702 Bytes

Contents

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
(function(win) {
	"use strict";

	// DOM-ready auto-init of plugins.
	// Many plugins bind to an "enhance" event to init themselves on dom ready, or when new markup is inserted into the DOM
	// Use raw DOMContentLoaded instead of shoestring (may have issues in Android 2.3, exhibited by stack table)
	if (!("Tablesaw" in win)) {
		throw new Error("Tablesaw library not found.");
	}
	if (!("init" in Tablesaw)) {
		throw new Error("Your tablesaw-init.js is newer than the core Tablesaw version.");
	}

	Tablesaw.init();
})(typeof window !== "undefined" ? window : this);

Version data entries

74 entries across 74 versions & 2 rubygems

Version Path
trusty-cms-6.3.1 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.7 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.6 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.5 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.4 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.3 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.2 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.1 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-4.3.5 node_modules/tablesaw/dist/tablesaw-init.js
trusty-cms-5.0.0 node_modules/tablesaw/dist/tablesaw-init.js
j1-template-2021.2.0 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.29 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.28 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.27 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.26 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.25 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.24 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.23 assets/themes/j1/modules/rtable/js/tablesaw-init.js
j1-template-2021.1.22 assets/themes/j1/modules/rtable/js/tablesaw-init.js
trusty-cms-4.3.4 node_modules/tablesaw/dist/tablesaw-init.js