diff --git a/doc/de/index.md b/doc/de/index.md index b610b77..e0598f7 100644 --- a/doc/de/index.md +++ b/doc/de/index.md @@ -354,4 +354,4 @@ Bei einem Aufruf von `cordova.InAppBrowser.open` zurückgegebene Objekt.. var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/es/index.md b/doc/es/index.md index 2eec187..6411a8a 100644 --- a/doc/es/index.md +++ b/doc/es/index.md @@ -354,4 +354,4 @@ El objeto devuelto desde una llamada a `cordova.InAppBrowser.open`. var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/fr/index.md b/doc/fr/index.md index 214e358..aaac719 100644 --- a/doc/fr/index.md +++ b/doc/fr/index.md @@ -354,4 +354,4 @@ L'objet retourné par un appel à `cordova.InAppBrowser.open`. var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/it/index.md b/doc/it/index.md index 9cb7340..2812214 100644 --- a/doc/it/index.md +++ b/doc/it/index.md @@ -354,4 +354,4 @@ L'oggetto restituito da una chiamata a `di cordova.InAppBrowser.open`. var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/ja/index.md b/doc/ja/index.md index ca09128..557e6b0 100644 --- a/doc/ja/index.md +++ b/doc/ja/index.md @@ -354,4 +354,4 @@ InAppBrowser を通過するアプリですべてのページの読み込みを var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/ko/index.md b/doc/ko/index.md index 674af7a..4051ca0 100644 --- a/doc/ko/index.md +++ b/doc/ko/index.md @@ -354,4 +354,4 @@ InAppBrowser를 통해가 서 당신의 애플 리 케이 션에서 모든 페 var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/pl/index.md b/doc/pl/index.md index 8085630..9344329 100644 --- a/doc/pl/index.md +++ b/doc/pl/index.md @@ -354,4 +354,4 @@ Obiekt zwrócony z wywołania `cordova.InAppBrowser.open`. var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/ru/index.md b/doc/ru/index.md index 3ca2ef8..8bba1ce 100644 --- a/doc/ru/index.md +++ b/doc/ru/index.md @@ -327,4 +327,4 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + }); diff --git a/doc/zh/index.md b/doc/zh/index.md index 3798b83..ce10183 100644 --- a/doc/zh/index.md +++ b/doc/zh/index.md @@ -354,4 +354,4 @@ InAppBrowser 預設情況下它自己的 GUI 控制項為使用者提供 (後 var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes'); ref.addEventListener('loadstop', function() { ref.insertCSS({file: "mystyles.css"}); - }); \ No newline at end of file + });