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(win, $){ | |
"use strict"; | |
// Check to see if our global is available as a member of window; if it is, our namespace root exists; if not, we'll create it. | |
var foospace = win.foospace = (typeof win.foospace !== "undefined") ? win.foospace : {}; | |
(foospace.module = function(){ | |
return{ | |
_init : function(){ | |
// Etc. etc. |