Project

General

Profile

« Previous | Next » 

Revision 7963

syntax error?

View differences:

entryForm.js
215 215
    return count;
216 216
}
217 217

  
218
/** 
219
 * Deprecated in favor of createIconLink() method
220
 * 
221 218
function createImageLink(imgSrc, imgAlt, imgOnClick, cursor) {
222 219
    var link = document.createElement("a");
223 220
    var img = document.createElement("img");
......
234 231
    link.appendChild(img);        
235 232
    return link;
236 233
}
237
*/
238 234

  
239 235
function createIconLink(iconClass, iconAlt, iconOnClick, cursor) {
240 236
    var link = document.createElement("a");

Also available in: Unified diff