فهرست منبع

Bump browser requirements

Thibaut Courouble 9 سال پیش
والد
کامیت
06ee30f70a
2فایلهای تغییر یافته به همراه4 افزوده شده و 9 حذف شده
  1. 4 6
      README.md
  2. 0 3
      assets/javascripts/app/app.coffee

+ 4 - 6
README.md

@@ -66,13 +66,11 @@ Another driving factor is performance and the fact that everything happens in th
 DevDocs being a developer tool, the browser requirements are high:
 
 1. On the desktop:
-  * Recent version of Chrome
-  * Recent version of Firefox
-  * Safari 5.1+
-  * Opera 12.1+
-  * Internet Explorer 10+
+  * Recent version of Chrome, Firefox, or Opera
+  * Safari 8+
+  * IE / Edge 10+
 2. On mobile:
-  * iOS 6+
+  * iOS 8+
   * Android 4.1+
   * Windows Phone 8+
 

+ 0 - 3
assets/javascripts/app/app.coffee

@@ -27,9 +27,6 @@
     @document = new app.views.Document
     @mobile = new app.views.Mobile if @isMobile()
 
-    if navigator.userAgent.match /iPad;.*CPU.*OS 7_\d/i
-      document.documentElement.style.height = "#{window.innerHeight}px"
-
     if @DOC
       @bootOne()
     else if @DOCS