Method: OMF::Web::Widget::MustacheWidget#initialize
- Defined in:
- lib/omf-web/widget/mustache_widget.rb
#initialize(opts) ⇒ MustacheWidget
Returns a new instance of MustacheWidget.
17 18 19 20 21 22 |
# File 'lib/omf-web/widget/mustache_widget.rb', line 17 def initialize(opts) super opts # if (content_descr = opts[:content]) # opts[:content_proxy] = OMF::Web::ContentRepository.create_content_proxy_for(content_descr, opts) # end end |