drawcall / AgileJS

AgileJS - The Css3 Creation Engine 🍖🌭🍔
http://drawcall.github.io/AgileJS/
MIT License
498 stars 63 forks source link

does the utils.inherits right? #1

Closed littlebeat closed 8 years ago

littlebeat commented 10 years ago
subClass.prototype = Object.create(superClass.prototype, {
    constructor : {
    value : superClass
    }
});

should superClass change to subClass?

drawcall commented 10 years ago

Although it does not affect the program running, but the bug is correct, thank you very much.I've fixed!