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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -