mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 10:30:08 +00:00
minor fix...
This commit is contained in:
parent
9525667270
commit
e3e4810ff4
@ -70,7 +70,7 @@ var Base = object.Constructor('Base', {
|
|||||||
})
|
})
|
||||||
|
|
||||||
var Item = object.Constructor('Item', {
|
var Item = object.Constructor('Item', {
|
||||||
// inherit from BaseItem...
|
// inherit from Base...
|
||||||
__proto__: Base.prototype,
|
__proto__: Base.prototype,
|
||||||
|
|
||||||
__init__: function(){
|
__init__: function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user