diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/knockout-sortable.js b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/knockout-sortable.js index 5b532f1da..1c0f3ddd0 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/knockout-sortable.js +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/knockout-sortable.js @@ -1,4 +1,6 @@ //knockout-sortable | (c) 2012 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license +define("knockout.sortable",["jquery","order!utils","order!knockout"], function() { + (function(ko, $, undefined) { var prepareTemplateOptions = function(valueAccessor) { var result = {}, @@ -133,4 +135,6 @@ ko.bindingHandlers.sortable = { beforeMove: null, options: {} }; -})(ko, jQuery); \ No newline at end of file +})(ko, jQuery); + +}) \ No newline at end of file