[the-board] [ui] Add active getter to Thing
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [ui] Add active getter to Thing
- Date: Thu, 6 Jan 2011 12:25:21 +0000 (UTC)
commit c3376a9d65c1f65ed541a17730d98c8f540815c3
Author: Lucas Rocha <lucasr gnome org>
Date: Thu Jan 6 12:11:07 2011 +0000
[ui] Add active getter to Thing
src/js/ui/thing.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/js/ui/thing.js b/src/js/ui/thing.js
index f13344f..3c383af 100644
--- a/src/js/ui/thing.js
+++ b/src/js/ui/thing.js
@@ -470,6 +470,10 @@ Thing.prototype = {
return this._context;
},
+ get active() {
+ return this._active;
+ },
+
get hover() {
return this._hover;
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]