Utility functions cleanup: Cleanup lib/utils/classes.js

redux
David Majda 10 years ago
parent 1582304f16
commit 05f97f444d

@ -1,9 +1,5 @@
/* Class utilities */
var classes = {
/*
* The code needs to be in sync with the code template in the compilation
* function for "action" nodes.
*/
subclass: function(child, parent) {
function ctor() { this.constructor = child; }
ctor.prototype = parent.prototype;

Loading…
Cancel
Save