Changeset 62

Show
Ignore:
Timestamp:
05/24/06 13:59:48 (2 years ago)
Author:
Jan-Klaas Kollhof
Message:

minor fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsolait/lib/dom.js

    r39 r62  
    7676                this.eventListeners[evtType] = new sets.Set(); 
    7777            } 
     78            //make sure the listener has an id that the set can use 
     79            id(listener, true); 
    7880            this.eventListeners[evtType].add(listener); 
    7981        }; 
  • trunk/jsolait/lib/sets.js

    r61 r62  
    6767                    } 
    6868                }else{ 
    69                     throw new mod.Exception("expecting an Array object or Set"); 
     69                    throw new mod.Exception("Expecting an Array object or multiple arguments"); 
    7070                } 
    7171            } 
     
    8181            return item; 
    8282        }; 
    83  
    84  
    8583 
    8684        /**