merging changes

This commit is contained in:
rlx 2011-06-03 23:09:18 +00:00
parent 6ec375c9ce
commit 624ed333fc

View file

@ -7,6 +7,8 @@ Pan.do/ra
============================================================================
*/
// fixme: this doesn't belong here
Ox.FilesView = function(options, self) {
var self = self || {},
@ -171,11 +173,11 @@ Ox.FilesView = function(options, self) {
});
function openFiles(event, data) {
//alert(JSON.stringify(self.$filesList.value(data.ids[0], 'instances')))
Ox.print('........', JSON.stringify(self.$filesList.value(data.ids[0], 'instances'))
}
function selectFiles(event, data) {
//alert(JSON.stringify(self.$filesList.value(data.ids[0], 'instances')))
Ox.print('........', JSON.stringify(self.$filesList.value(data.ids[0], 'instances'))
}
return that;