Changeset 465


Ignore:
Timestamp:
06/23/13 21:57:41 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Need comma between function arguments in Coffee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/widgets/_ComplexValueMixin.coffee

    r463 r465  
    1919        _setDisabledAttr: (value) ->
    2020            @_set "disabled", value
    21             array.forEach @_getDescendantFormWidgets() (child) =>
     21            array.forEach @_getDescendantFormWidgets(), (child) =>
    2222                child.set "disabled", value
    2323
    2424        _setReadOnlyAttr: (value) ->
    2525            @_set "readOnly", value
    26             array.forEach @_getDescendantFormWidgets() (child) =>
     26            array.forEach @_getDescendantFormWidgets(), (child) =>
    2727                child.set "readOnly", value
    2828
Note: See TracChangeset for help on using the changeset viewer.