Add a space to make comments look consistant

And now back to real work.
This commit is contained in:
Jan Pieter Waagmeester 2015-02-27 15:15:16 +01:00
parent 98bf92530f
commit a7d7bedda7

View File

@ -26,7 +26,7 @@ L.Class.extend = function (props) {
NewClass.prototype = proto;
//inherit parent's statics
// inherit parent's statics
for (var i in this) {
if (this.hasOwnProperty(i) && i !== 'prototype') {
NewClass[i] = this[i];