Skip to content

Commit 1e16c50

Browse files
authored
Update missing closed brace to the insert.CSS
1 parent 80feff6 commit 1e16c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function loadStopCallBack() {
256256

257257
if (inAppBrowserRef != undefined) {
258258

259-
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;" });
259+
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;}" });
260260

261261
inAppBrowserRef.executeScript({ code: "\
262262
var message = 'this is the message';\

0 commit comments

Comments
 (0)