1
0
Fork 0

Comment correction for static members

closure/master
Mike Gerwitz 2011-04-14 20:28:42 -04:00
parent 26cf32abe5
commit c980a59273
1 changed files with 1 additions and 2 deletions

View File

@ -658,8 +658,7 @@ function attachStatic( ctor, members, base, inheriting )
};
}
// copy over public static members (deep copy; we don't want subtypes to
// share references with their parents)
// copy over public static methods
util.copyTo( ctor, methods[ 'public' ], true );
}