[extensions-web] Patch out fillInErrors if we have no DBus proxy.
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Patch out fillInErrors if we have no DBus proxy.
- Date: Fri, 23 Sep 2011 23:09:05 +0000 (UTC)
commit 148aea1536ce4ea18f7f7eb160c010785a1da4ad
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Sep 23 00:05:34 2011 -0400
Patch out fillInErrors if we have no DBus proxy.
sweettooth/static/js/extensions.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/extensions.js b/sweettooth/static/js/extensions.js
index 31e267b..52a057a 100644
--- a/sweettooth/static/js/extensions.js
+++ b/sweettooth/static/js/extensions.js
@@ -36,7 +36,8 @@ function($, messages, dbusProxy) {
$.fn.addLocalExtensions = function() {
};
- return {};
+ $.fn.fillInErrors = function() {
+ };
}
// This is stolen from the Shell:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]