Sha256: 16b1f3ce94337edf692e4c8fc29380eee9bb011357c62fa2558abd0e9aadff9b

Contents?: true

Size: 250 Bytes

Versions: 3

Compression:

Stored size: 250 Bytes

Contents

var WhowishWordContentHandler = Class.extend({
	
  init: function(elem){
    this.element = elem;
  },
  
  setContent: function(){
    throw 'Not implemented';
  },
  
  getContent: function(){
    throw 'Not implemented';
  }
  
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whowish_word-0.1.6 lib/whowish_word/rails/public/javascripts/4_whowish_word_content_handler.js
whowish_word-0.1.5 lib/whowish_word/rails/public/javascripts/4_whowish_word_content_handler.js
whowish_word-0.1.4 lib/whowish_word/rails/public/javascripts/4_whowish_word_content_handler.js