Sha256: 798596572c001e00624797065eda8f34f688a9fae4f89ec997401fbb394e4764
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
var WhowishWordTextHandler = WhowishWordContentHandler.extend({ init: function(elem){ this.element = elem; }, setContent: function(content){ $w(this.element).text(content); }, getContent: function() { return $w(this.element).text(); } });
Version data entries
3 entries across 3 versions & 1 rubygems