[qo-modules-dev] [16] add TODO mark |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qo-modules-dev Archives
]
Revision: 16
Author: ytorres
Date: 2008-11-12 22:24:52 +0100 (Wed, 12 Nov 2008)
Log Message:
-----------
add TODO mark
Modified Paths:
--------------
yannick/shortcuts.js
Modified: yannick/shortcuts.js
===================================================================
--- yannick/shortcuts.js 2008-11-12 21:19:53 UTC (rev 15)
+++ yannick/shortcuts.js 2008-11-12 21:24:52 UTC (rev 16)
@@ -437,6 +437,8 @@
}
}, this);
+ //TODO
+ this.showMessageWindow('TODO', 'Need to save this new position', 'info');
} else {
@@ -492,7 +494,8 @@
}, this);
//console.log(Ext.util.JSON.encode(newPosition));
-
+ //TODO
+ this.showMessageWindow('TODO', 'Need to save this new position', 'info');
}
},