Show
Ignore:
Timestamp:
04/01/08 23:43:23 (5 months ago)
Author:
rcrowley
Message:

Documentation\!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/extensions/helloworld/content/overlay.js

    r297 r319  
    7070// After reorder: called after the photo list is reordered for any reason. 
    7171//   Callback argument: boolean, true if the user dragged photos around, 
    72 //   false if the photos were sorted by date taken 
     72//     false if the photos were sorted by date taken 
    7373//   See also: mouse.js, threads.js 
    7474extension.after_reorder.add(function(from_user) { 
     
    9494 
    9595// After one upload: called after an individual upload finishes. 
    96 //   Callback argument: Photo object, success/failure boolean 
     96//   Callback arguments: Photo object, success/failure boolean 
    9797//   See also: upload.js 
    9898extension.after_one_upload.add(function(photo, success) { 
     
    110110// After upload: called after a batch of uploads finishes. 
    111111//   Callback arguments: array of successful Photo objects, array of failed 
    112 //   Photo objects 
     112//     Photo objects 
    113113//   See also: photos.js, upload.js 
    114114extension.after_upload.add(function(photo_ids, failed) {