Closed fernandofranca closed 9 years ago
I don't know if I should report this here, but there it goes:
Where it reads:
@getDatetime(element, selection) ->
@getDatetime: (element, selection) ->
ContentTools.DEFAULT_SETTINGS[0].push('time')
ContentTools.DEFAULT_TOOLS[0].push('time')
Hi @fernandofranca reporting here is fine - thanks for the info will resolve now :)
Fixed :)
I don't know if I should report this here, but there it goes:
Where it reads:
@getDatetime(element, selection) ->
should be@getDatetime: (element, selection) ->
ContentTools.DEFAULT_SETTINGS[0].push('time')
should beContentTools.DEFAULT_TOOLS[0].push('time')