Skip to content
View JonathanLacerda's full-sized avatar
🤙
Working from home
🤙
Working from home

Block or report JonathanLacerda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. connect connect
    1
    
                  
    2
    import connect from 'gulp-connect';
    3
    import http from 'http';
    4
    import path from 'path';
    5
    import httpPlease from 'connect-http-please';
  2. SimulateClick SimulateClick
    1
    var simulateClick = function (elem) {
    2
    	// Create our event (with options)
    3
    	var evt = new MouseEvent('click', {
    4
    		bubbles: true,
    5
    		cancelable: true,