All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.js.base.version.js Maven / Gradle / Ivy

There is a newer version: 5.0.5
Show newest version
( function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define( [ "jquery" ], factory );
	} else {

		// Browser globals
		factory( jQuery );
	}
} ( function( $ ) {

$.ui = $.ui || {};

return $.ui.version = "1.12.1";

} ) );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy