CB-8653 updated translated docs to use new id

This commit is contained in:
Steve Gill
2015-03-31 10:53:32 -07:00
parent 9901d62248
commit 805d43d61d
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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"});
});
});