vaadin / touchkit

TouchKit is a library of mobile components for Vaadin Framework
https://vaadin.com/touchkit
Other
11 stars 25 forks source link

Touchkit v4.0.3, error in ViewPortSettings / modifyBootsrapPage #419

Open vaadin-bot opened 8 years ago

vaadin-bot commented 8 years ago

Originally by @TatuLund


There is a typo in line 154 of the modifyBootstrapPage method of the ViewPortSettings class.

This sentence is wrong

open = addViewPortRule(content, open, "minimum-scale", getViewPortMaximumScale());

It obviously should be

open = addViewPortRule(content, open, "minimum-scale", getViewPortMinimumScale());


Imported from https://dev.vaadin.com/ issue #19701