You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code looks really strange, since I cannot imagine that using an Array together with a bitwise OR operator (|) makes much sense in general!?
Shouldn't these lines simply use a "normal" OR operator (||) instead?
The following code looks really strange, since I cannot imagine that using an Array together with a bitwise OR operator (
|
) makes much sense in general!?Shouldn't these lines simply use a "normal" OR operator (
||
) instead?pdf.js/src/scripting_api/field.js
Lines 75 to 77 in a618b02
/cc @calixteman
The text was updated successfully, but these errors were encountered: