diff --git a/draft/library/wsf_js_widget/kernel/grid/wsf_entity.e b/draft/library/wsf_js_widget/kernel/grid/wsf_entity.e index 7a28ee3a..865fbe00 100644 --- a/draft/library/wsf_js_widget/kernel/grid/wsf_entity.e +++ b/draft/library/wsf_js_widget/kernel/grid/wsf_entity.e @@ -6,11 +6,12 @@ note deferred class WSF_ENTITY + feature -- Access - item (a_field: READABLE_STRING_GENERAL): detachable ANY + item alias "[]"(a_field: READABLE_STRING_GENERAL): detachable ANY -- Value for field item `a_field'. deferred - end + end end diff --git a/examples/widgetapp/assets/widget.coffee b/examples/widgetapp/assets/widget.coffee index 916564df..323faf89 100644 --- a/examples/widgetapp/assets/widget.coffee +++ b/examples/widgetapp/assets/widget.coffee @@ -568,4 +568,4 @@ start_modal = lazy_load ['assets/bootstrap.min.js'], (action)-> .done (data) -> modal.find('.modal-body').append(data) -start_modal_big = start_modal \ No newline at end of file +start_modal_big = start_modal diff --git a/examples/widgetapp/googlenews/google_news.e b/examples/widgetapp/googlenews/google_news.e index 59068094..a7a4ccaa 100644 --- a/examples/widgetapp/googlenews/google_news.e +++ b/examples/widgetapp/googlenews/google_news.e @@ -40,7 +40,7 @@ feature -- Access image: detachable STRING - item (a_field: READABLE_STRING_GENERAL): detachable ANY + item alias "[]" (a_field: READABLE_STRING_GENERAL): detachable ANY -- do if a_field.same_string ("title") then