javascript - What does if (!window.Sys) mean in JS file? -


I am debugging JS file and note that if statement:

  If (! Window.Sys)  

A name space is started when it is conditional. My question is, what is this conditional test? There is not much information about what I have taken in order to find meaningful answers in my scenario.

It looks for namespace, even if it exists (or not).

This is a special placeholder [...] Root name space for ASP.NET AJAX «


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -