Esri / bootstrap-map-js

A light-weight JS/CSS extension for building awesome mapping apps with Bootstrap and ArcGIS.
http://esri.github.io/bootstrap-map-js/demo/index.html
Apache License 2.0
366 stars 392 forks source link

Fix support for IE8 #125

Closed vaceslav closed 10 years ago

vaceslav commented 10 years ago

IE8 did't know the property: window.innerHeight I have found an alternative on stackoverflow http://stackoverflow.com/questions/10173236/window-innerheight-ie8-alternative

The property borderBottomWidth return for me the value _medium_ so I add a fallback value for this issue.

Please test it and create a new release for bower

alaframboise commented 10 years ago

Thanks!