[gnome-ostree] autobuilder: Fix undeclared variable ref



commit e65e51d60a069cb3bc915a87d9d29c52466c3f6b
Author: Colin Walters <walters verbum org>
Date:   Mon Feb 11 05:48:13 2013 -0500

    autobuilder: Fix undeclared variable ref

 src/ostbuild/js/builtins/autobuilder.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ostbuild/js/builtins/autobuilder.js b/src/ostbuild/js/builtins/autobuilder.js
index d2f36f7..3ed89bf 100644
--- a/src/ostbuild/js/builtins/autobuilder.js
+++ b/src/ostbuild/js/builtins/autobuilder.js
@@ -59,6 +59,7 @@ const Autobuilder = new Lang.Class({
 	this._resolveTimeout = 0;
 	this._sourceSnapshotPath = null;
 	this._prevSourceSnapshotPath = null;
+	this._queuedForceResolve = [];
     },
 
     execute: function(args, loop, cancellable) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]