minor fix...

This commit is contained in:
Alex A. Naanou 2019-07-17 00:29:52 +03:00
parent 9525667270
commit e3e4810ff4

View File

@ -70,7 +70,7 @@ var Base = object.Constructor('Base', {
})
var Item = object.Constructor('Item', {
// inherit from BaseItem...
// inherit from Base...
__proto__: Base.prototype,
__init__: function(){