How does this Javascript code snippet work? -


i have code snippet need figure out , i'm not of js programmer.

load([     {x:234, ppi: ppi, center: true, y:150, width:$('.productthumbimage img').width(), height: $('.productthumbimage img').height(), distance:1, imageurl: $('.productthumbimage img').attr('src')}     ], wall, false);     

i'm guessing we're calling load function , we're giving object bunch of data, here trick. in code project, haven't found load function's declaration.

i have no idea how works, explain me please?

update: wasn't clear. know result of function running. have no idea how work not having declaration in entire project. searched carefully.

there no native load function, , therefore nobody can in explaining function possibly do. try checking every js file being included on page/app.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -