Changeset 13627

Show
Ignore:
Timestamp:
05/08/08 07:58:39 (7 months ago)
Author:
dante
Message:

refs #6021 - typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/connect.js

    r11363 r13627  
    276276        //              I.e. identifies a property obj[event]. 
    277277        //      example: 
    278         //      |       dojo.connectPublisher("/ajax/start", dojo, "xhrGet"}; 
     278        //      |       dojo.connectPublisher("/ajax/start", dojo, "xhrGet"); 
    279279        var pf = function(){ dojo.publish(topic, arguments); } 
    280280        return (event) ? dojo.connect(obj, event, pf) : dojo.connect(obj, pf); //Handle