Pārlūkot izejas kodu

Ensure native method does not return undefined

tags/7.0.0.alpha3
Artur Signell pirms 12 gadiem
vecāks
revīzija
6478caecf7

+ 1
- 1
src/com/vaadin/terminal/gwt/client/SuperDevMode.java Parādīt failu

@@ -211,7 +211,7 @@ public class SuperDevMode {
return true;
}

return mod.canRedirect;
return !!mod.canRedirect;
}-*/;

/**

Notiek ielāde…
Atcelt
Saglabāt