merging changes
This commit is contained in:
parent
6ec375c9ce
commit
624ed333fc
1 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@ Pan.do/ra
|
||||||
============================================================================
|
============================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// fixme: this doesn't belong here
|
||||||
|
|
||||||
Ox.FilesView = function(options, self) {
|
Ox.FilesView = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
@ -171,11 +173,11 @@ Ox.FilesView = function(options, self) {
|
||||||
});
|
});
|
||||||
|
|
||||||
function openFiles(event, data) {
|
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) {
|
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;
|
return that;
|
||||||
|
|
Loading…
Reference in a new issue