Changeset 821

Show
Ignore:
Timestamp:
04/29/06 09:13:53 (2 years ago)
Author:
bob@redivi.com
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/branches/MochiKit-1.3.1/MochiKit/Base.js

    r791 r821  
    519519    }, 
    520520 
    521     _primitives: {'bool': true, 'string': true, 'number': true}, 
     521    _primitives: {'boolean': true, 'string': true, 'number': true}, 
    522522 
    523523    compare: function (a, b) { 
  • mochikit/branches/MochiKit-1.3.1/packed/MochiKit/MochiKit.js

    r818 r821  
    446446},registerComparator:function(_61,_62,_63,_64){ 
    447447MochiKit.Base.comparatorRegistry.register(_61,_62,_63,_64); 
    448 },_primitives:{"bool":true,"string":true,"number":true},compare:function(a,b){ 
     448},_primitives:{"boolean":true,"string":true,"number":true},compare:function(a,b){ 
    449449if(a==b){ 
    450450return 0;