Removed unneeded argument
parent
91260471c7
commit
85c4c70b7d
|
@ -683,11 +683,9 @@ function attachPropInit( prototype, properties, members, ctor, cid )
|
||||||
*
|
*
|
||||||
* @param {function()} class
|
* @param {function()} class
|
||||||
*
|
*
|
||||||
* @param {{public: Object, protected: Object, private: Object}} static_members
|
|
||||||
*
|
|
||||||
* @return {undefined}
|
* @return {undefined}
|
||||||
*/
|
*/
|
||||||
function initStaticVisibilityObj( ctor, static_members )
|
function initStaticVisibilityObj( ctor )
|
||||||
{
|
{
|
||||||
// the object will simply be another layer in the prototype chain to
|
// the object will simply be another layer in the prototype chain to
|
||||||
// prevent protected/private members from being mixed in with the public
|
// prevent protected/private members from being mixed in with the public
|
||||||
|
|
Loading…
Reference in New Issue