UNPKG

vknplayer

Version:

console audio player for listen music from vk.com and on-line radio

14 lines (9 loc) 219 B
/** * Created by oleg on 14.10.14. */ var BaseNode = require('./base-node'); var TextAreaNode = function(params) { goog.base(this, params); }; goog.inherit(TextAreaNode, BaseNode); module.exports = TextAreaNode;