Commit 499f5e2f authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete unused function inherit

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56596 954022d7-b5bf-4e40-9824-e11837661b57
parent 3cd089bf
"use strict";
function addMathFunc(fname)
{
var indef;
......@@ -419,18 +421,6 @@ CControlComposition.prototype =
}
}
var inherit = function(obj, extObj)
{
if(arguments.length > 2)
for (var a=1, L = arguments.length; a < L; a++)
arguments.callee(obj, arguments[a]);
else
for(var i in extObj)
if (!obj[i])
obj[i] = extObj[i];
return obj;
}
var extend = function(Child, Parent)
{
var F = function() { };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment