API Docs for: 2.5.3
Show:

File: src/Intro/Intro.js

/**
	GleseaJS : Common utility functions package for KnowRe web client

	glesea is not actually a class but the collection of useful utility functions. It includes:
	- jQuery
		- We all know what this is.
	- jsRender
		- Client-side view & template framework
	- webcomponents
		- HTML5 web components polyfill from Polymer
	
	@class glesea
**/
if(typeof module !== 'undefined' && module.exports) {
	window = {};
}

(function(window) {
	var glesea = {};