diff --git a/debug.html b/debug.html index eab0cc3..503dc0c 100644 --- a/debug.html +++ b/debug.html @@ -8,7 +8,7 @@ - + diff --git a/libs/jquery-uistub.js b/libs/jquery-uistub.js new file mode 100644 index 0000000..962e85e --- /dev/null +++ b/libs/jquery-uistub.js @@ -0,0 +1,15 @@ +(function ( $ ) { + + $.fn.draggable = function() { + return this; + }; + + $.fn.droppable = function() { + return this; + }; + + $.fn.resizable = function() { + return this; + }; + +}( jQuery )); \ No newline at end of file