What does this Javascript code do?

前端 未结 4 1886
孤独总比滥情好
孤独总比滥情好 2020-12-30 03:28

I\'ve been looking at Sharepoint script files and I\'ve come across this bit that I don\'t get:

function ULSTYE() {
    var o = new Object;
    o.ULSTeamName         


        
4条回答
  •  我在风中等你
    2020-12-30 04:10

    it looks, like it creates an empty object which should be filled with some data, but due to code generator that creates this code it is not deleted so it sits there empty

提交回复
热议问题