content/hifi-content/huffman/essTest.js
2022-02-13 23:27:08 +01:00

9 lines
185 B
JavaScript

(function() {
print("Inside ctor");
this.preload = function() {
print("inside preload");
}
this.unload = function() {
print("inside preload");
}
});