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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -