From: Olivier Lamy Date: Thu, 25 Jul 2013 11:37:07 +0000 (+0000) Subject: remove knockout-2.2.1 X-Git-Tag: archiva-2.0.0-RC1~281 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb997791d39662a6656733a7bf666facf5e3fdf1;p=archiva.git remove knockout-2.2.1 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1506908 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/knockout-2.2.1.debug.js b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/knockout-2.2.1.debug.js deleted file mode 100644 index 692d32af7..000000000 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/knockout-2.2.1.debug.js +++ /dev/null @@ -1,3583 +0,0 @@ -// Knockout JavaScript library v2.2.1 -// (c) Steven Sanderson - http://knockoutjs.com/ -// License: MIT (http://www.opensource.org/licenses/mit-license.php) - -(function(){ -var DEBUG=true; -(function(window,document,navigator,jQuery,undefined){ -!function(factory) { - // Support three module loading scenarios - if (typeof require === 'function' && typeof exports === 'object' && typeof module === 'object') { - // [1] CommonJS/Node.js - var target = module['exports'] || exports; // module.exports is for Node.js - factory(target); - } else if (typeof define === 'function' && define['amd']) { - // [2] AMD anonymous module - define(['exports'], factory); - } else { - // [3] No module loader (plain "); - }; - - if (jQueryTmplVersion > 0) { - jQuery['tmpl']['tag']['ko_code'] = { - open: "__.push($1 || '');" - }; - jQuery['tmpl']['tag']['ko_with'] = { - open: "with($1) {", - close: "} " - }; - } - }; - - ko.jqueryTmplTemplateEngine.prototype = new ko.templateEngine(); - - // Use this one by default *only if jquery.tmpl is referenced* - var jqueryTmplTemplateEngineInstance = new ko.jqueryTmplTemplateEngine(); - if (jqueryTmplTemplateEngineInstance.jQueryTmplVersion > 0) - ko.setTemplateEngine(jqueryTmplTemplateEngineInstance); - - ko.exportSymbol('jqueryTmplTemplateEngine', ko.jqueryTmplTemplateEngine); -})(); -}); -})(window,document,navigator,window["jQuery"]); -})();