X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Futil.js;h=8a94c4f104018aaca02141c8b909553810e77e5f;hb=ec636368885b210420016b3f544edcbab9189880;hp=9170a95d3d5e623032ab3672a5b9a492935a7b04;hpb=81958371a25a49f12b80139817f14d6180f27c65;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) {