Skip to content

Commit

Permalink
Apply coding conventions to library_html5.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Feb 21, 2014
1 parent 8e35869 commit 09a848a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library_html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,8 +772,9 @@ var LibraryJSEvents = {

var confirmationMessage = Runtime.dynCall('iiii', callbackfunc, [eventTypeId, 0, userData]);

if (confirmationMessage)
if (confirmationMessage) {
confirmationMessage = Pointer_stringify(confirmationMessage);
}
if (confirmationMessage) {
e.preventDefault();
e.returnValue = confirmationMessage;
Expand Down

0 comments on commit 09a848a

Please sign in to comment.