poorejc commented on issue #63:
URL: 
https://github.com/apache/incubator-flagon-useralejs/issues/63#issuecomment-801300167


   Damn, I always forget that third apostrophe. Sorry.
   
   > On Mar 17, 2021, at 12:38 PM, Rob ***@***.***> wrote:
   > 
   > 
   > using:
   > ```js
   > // code goes here
   > ```
   > will make it appear as a single, highlighted code block. like this:
   > 
   > document.addEventListener('change', function(e) {
   >   if (e.target.value === 'packageCustomLog') {
   >     window.userale.packageCustomLog(
   >       {
   >         customLabel: 'packageCustomLog Example',
   >         customField1: 'foo',
   >         customField2: 'bar'
   >       },
   >       function(){ return {'foo': 'bar', 'bar': 'foo'} },
   >       true
   >     );
   >   } else {
   >     return false
   >   }
   > });
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub 
<https://github.com/apache/incubator-flagon-useralejs/issues/63#issuecomment-801233601>,
 or unsubscribe 
<https://github.com/notifications/unsubscribe-auth/AC474BWJGZRNOHOO5UZHGDLTEDLI7ANCNFSM4ZKXN22A>.
   > 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to