Fixed browser test.

This commit is contained in:
Martin Edenhofer 2015-09-21 10:44:29 +02:00
parent dc4c7d84d1
commit 1819ab5b4f

View file

@ -418,7 +418,7 @@ class App.TicketZoom extends App.Controller
@markFormDiff( modelDiff )
@taskUpdateAll( modelDiff )
@interval( update, 4000, 'autosave' )
@interval( update, 3000, 'autosave' )
markFormDiff: (diff = {}) =>
ticketForm = @$('.edit')