This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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. |