Add mkws.objectInheritingFrom function, code is from Douglas
authorMike Taylor <mike@indexdata.com>
Tue, 8 Apr 2014 11:47:16 +0000 (12:47 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 8 Apr 2014 11:47:16 +0000 (12:47 +0100)
commit7ef365454c1ca797f41f77d80187f6014b64b4ac
tree1bcba2343ba78c1c39a249af8e88c1bb086be0b8
parent6c5cf92fb76921616c588e05049b1e40864ad12a
Add mkws.objectInheritingFrom function, code is from Douglas
Crockford's article "Prototypal Inheritance in JavaScript":
http://javascript.crockford.com/prototypal.html
mkws.objectInheritingFrom behaves the same as Object.create, but since
the latter is not available in IE8 we can't use it.

Fixes bug MKWS-77 *again*.
src/mkws-core.js