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

Version Path
whowish_word-0.1.6 lib/whowish_word/rails/public/javascripts/7_whowish_word_text_handler.js
whowish_word-0.1.5 lib/whowish_word/rails/public/javascripts/7_whowish_word_text_handler.js
whowish_word-0.1.4 lib/whowish_word/rails/public/javascripts/7_whowish_word_text_handler.js