]> source.dussan.org Git - vaadin-framework.git/commit
Set to empty function instead of undefined (#10960) 7.0.2
authorArtur Signell <artur@vaadin.com>
Thu, 7 Mar 2013 08:33:01 +0000 (10:33 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 7 Mar 2013 08:39:27 +0000 (10:39 +0200)
commit611a4980e84fa90066bc46c39889d6de9675390b
tree85095aec0d29248b8c45e3f4f1108c4f862c0494
parent4388798f036f01a3dc12cf77f37b21380b6fb3a5
Set to empty function instead of undefined (#10960)

It seems that the presence of the function is checked once while it is still set and it will be later called without additional checks that it is still set.

Change-Id: Ie985d9047f4d2ca469f1a406ba40bca0ac3a59e9
client/src/com/vaadin/client/Profiler.java