Add to del.icio.us: Add to MyWeb: Add to Furl: Add to BlogMarks:

by Icon_femaleevnika

Bad markdown format
/** * Request the OWNER and OWNER's friends. */ function request() { }; /** * Parses the response and generates html to list the names of the owner and * his or her friends. * * @param {Object} dataResponse Friend information that was requested. */ function response(dataResponse) { }; // Execute the request function when the application is finished loading. gadgets.util.registerOnLoadHandler(request);
]]>
— Posted by evnika 639 дней ago
Loading...