Add a space to make comments look consistant
And now back to real work.
This commit is contained in:
parent
98bf92530f
commit
a7d7bedda7
@ -26,7 +26,7 @@ L.Class.extend = function (props) {
|
|||||||
|
|
||||||
NewClass.prototype = proto;
|
NewClass.prototype = proto;
|
||||||
|
|
||||||
//inherit parent's statics
|
// inherit parent's statics
|
||||||
for (var i in this) {
|
for (var i in this) {
|
||||||
if (this.hasOwnProperty(i) && i !== 'prototype') {
|
if (this.hasOwnProperty(i) && i !== 'prototype') {
|
||||||
NewClass[i] = this[i];
|
NewClass[i] = this[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user