1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00
keeweb/app/scripts/comp/drag-drop-info.js
2015-11-08 11:59:46 +03:00

8 lines
92 B
JavaScript

'use strict';
var DragDropInfo = {
dragObject: null
};
module.exports = DragDropInfo;