Sha256: 98b1b83e6a7fa97fe8db8a4e31402d52b7bd61cf82c1972c63b50e22ad7e02c9
Contents?: true
Size: 359 Bytes
Versions: 33
Compression:
Stored size: 359 Bytes
Contents
var WhowishWordTextCreator = WhowishWordCommonCreator.extend({ identity: function() { return 'text'; }, getContent: function() { return $w(this.element).text(); }, setContent: function(content) { $w(this.element).text(content); }, instantiateAndGetContentHandler: function() { return new WhowishWordTextHandler(this.element); } });
Version data entries
33 entries across 33 versions & 1 rubygems