javascript - Defining global objects using YUI Doc -


how define global variable using yui doc. can't find suitable comment tag define global object , properties. best way it. below defined object:

var glob = glob || {     breakpoints: {         mainnavigation: 840     },     animation: {         speed: {             slow: 1000         }     } }; 


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -