[the-board] [ui] Add hover getter to Thing



commit 65a0194eda3e3740954a652dd8fa4430014abdb6
Author: Lucas Rocha <lucasr gnome org>
Date:   Thu Jan 6 11:09:10 2011 +0000

    [ui] Add hover 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 a0cbe74..f13344f 100644
--- a/src/js/ui/thing.js
+++ b/src/js/ui/thing.js
@@ -470,6 +470,10 @@ Thing.prototype = {
         return this._context;
     },
 
+    get hover() {
+        return this._hover;
+    },
+
     get actor() {
         return this._mainBox;
     }



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