mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-17 03:47:04 +01:00
Merged all pending work done on the private repository
This commit is contained in:
@@ -82,6 +82,7 @@ MochiKit.Base.update(Clipperz.Base, {
|
||||
return MochiKit.Base.compare(a[aKey].toLowerCase(), b[aKey].toLowerCase());
|
||||
}
|
||||
},
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/*
|
||||
'dependsOn': function(module, deps) {
|
||||
@@ -111,6 +112,10 @@ MochiKit.Base.update(Clipperz.Base, {
|
||||
return aValue.replace(/^\s+|\s+$/g, "");
|
||||
},
|
||||
|
||||
'zipWithRange': function (anArray) {
|
||||
return MochiKit.Base.zip(MochiKit.Iter.range(anArray.length), anArray);
|
||||
},
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
'stringToByteArray': function (aValue) {
|
||||
|
||||
Reference in New Issue
Block a user