Skip to content

Instantly share code, notes, and snippets.

(function(window){
// You can enable the strict mode commenting the following line
// 'use strict';
// This function will contain all our code
function myLibrary(){
var thiz = {};
// Just create a property to our library object.