X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Futil.js;h=8a94c4f104018aaca02141c8b909553810e77e5f;hb=b7f1665b64318cee1b14d13f7e9fdb6a323189a4;hp=9170a95d3d5e623032ab3672a5b9a492935a7b04;hpb=a66abf6cce7aa581b58007438671d7196a9d9f99;p=citadel.git diff --git a/webcit/static/util.js b/webcit/static/util.js index 9170a95d3..8a94c4f10 100644 --- a/webcit/static/util.js +++ b/webcit/static/util.js @@ -21,6 +21,12 @@ Object.inspect = function(obj) { // borrowed from http://www.schuerig.de/michael/javascript/stdext.js // Copyright (c) 2005, Michael Schuerig, michael@schuerig.de +// License +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the +// See http://www.gnu.org/copyleft/lesser.html Array.flatten = function(array, excludeUndefined) { if (excludeUndefined === undefined) {