From 289a34b0b8b9e176a1b31fedabc753dc1187650f Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Wed, 26 Nov 2014 19:35:07 +0300 Subject: [PATCH] Fix copyrights in common.js --- src/mibew/js/1614/common.js | 3 +++ src/mibew/js/source/common.js | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mibew/js/1614/common.js b/src/mibew/js/1614/common.js index 4e7d6c93..09743e5a 100644 --- a/src/mibew/js/1614/common.js +++ b/src/mibew/js/1614/common.js @@ -4,6 +4,9 @@ Copyright (c) 2005-2014 Mibew Messenger Community License: http://mibew.org/license.php + + common.js Based on Prototype JavaScript framework, version 1.3.1 + http://prototype.conio.net/ (c) 2005 Sam Stephenson */ var Class={create:function(){return function(){this.initialize.apply(this,arguments)}},inherit:function(a,b,c){Object.extend(Object.extend(a.prototype,b.prototype),c)}};Object.extend=function(a,b){for(property in b)a[property]=b[property];return a};Object.prototype.extend=function(a){return Object.extend.apply(this,[this,a])};Function.prototype.bind=function(a){var b=this;return function(){return b.apply(a,arguments)}}; Function.prototype.bindAsEventListener=function(a){var b=this;return function(c){b.call(a,c||window.event)}};Number.prototype.toColorPart=function(){var a=this.toString(16);return 16>this?"0"+a:a};var Try={these:function(){for(var a,b=0;b */