CB-7249 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser

This commit is contained in:
Lisa Seacat DeLuca
2014-09-04 22:31:14 -04:00
parent faf37db5da
commit ec8c4527b9
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
# org.apache.cordova.inappbrowser
Этот плагин дает представление веб-браузера, что показывает при вызове `window.open()` , или когда открытие ссылки формируется как`<a target="_blank">`.
Этот плагин обеспечивает представление веб-браузера, что показывает при вызове`window.open()`.
var ref = window.open('http://apache.org', '_blank', 'location=yes');