mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-17 11:57:02 +01:00
Interim synchronization with internal repository
This is an intermir commit to share what is going on with the development of the new /delta version.
This commit is contained in:
@@ -21,11 +21,8 @@ refer to http://www.clipperz.com.
|
||||
|
||||
*/
|
||||
|
||||
//Clipperz.Async = MochiKit.Async;
|
||||
|
||||
|
||||
if (typeof(Clipperz) == 'undefined') { Clipperz = {}; }
|
||||
if (typeof(Clipperz.Async) == 'undefined') { Clipperz.Async = {}; }
|
||||
"use strict";
|
||||
Clipperz.Base.module('Clipperz.Async');
|
||||
|
||||
Clipperz.Async.VERSION = "0.1";
|
||||
Clipperz.Async.NAME = "Clipperz.Async";
|
||||
@@ -276,6 +273,12 @@ Clipperz.Base.extend(Clipperz.Async.Deferred, MochiKit.Async.Deferred, {
|
||||
}, this));
|
||||
},
|
||||
|
||||
'values': function () {
|
||||
this.addCallback(MochiKit.Base.bind(function () {
|
||||
return this.vars();
|
||||
}, this));
|
||||
},
|
||||
|
||||
//=============================================================================
|
||||
|
||||
'wait': function (someSeconds) {
|
||||
@@ -702,6 +705,6 @@ MochiKit.Base.update(Clipperz.Async, {
|
||||
|
||||
//#############################################################################
|
||||
|
||||
CLIPPERZ_DEFERRED_LOGGING_ENABLED = true;
|
||||
CLIPPERZ_DEFERRED_TRACING_ENABLED = false;
|
||||
CLIPPERZ_DEFERRED_CALL_LOGGING_ENABLED = false;
|
||||
var CLIPPERZ_DEFERRED_LOGGING_ENABLED = true;
|
||||
var CLIPPERZ_DEFERRED_TRACING_ENABLED = false;
|
||||
var CLIPPERZ_DEFERRED_CALL_LOGGING_ENABLED = false;
|
||||
|
||||
Reference in New Issue
Block a user