diff --git a/dashboard-ui/scripts/edititemimages.js b/dashboard-ui/scripts/edititemimages.js index 4976d74851..6204a6383f 100644 --- a/dashboard-ui/scripts/edititemimages.js +++ b/dashboard-ui/scripts/edititemimages.js @@ -631,4 +631,27 @@ $("#imageDropZone", page).off('dragover').off('drop'); }); -})(jQuery, document, window, window.FileReader, escape); \ No newline at end of file +})(jQuery, document, window, window.FileReader, escape); + +function onMouseOver() { + +} +function onMouseOut() { + +} + +function bindEvents() { + + var document = 1; + + var parentDiv = document.createElement('div'); + var childDiv = document.createElement('div'); + + document.body.appendChild(parentDiv); + parentDiv.appendChild(childDiv); + var myObj = ''; + + var div = document.getElementById('id'); + myObj.element = div; + div.obj = myObj; +} \ No newline at end of file