Fixes lint issues in /home/yash/GitHub/dev.to/app/assets/javascripts/utilities/ - browserStoreCache.js - checkUserLoggedIn.js - createAjaxReq.js - getCurrentPage.js - getImageForLink.js - insertAfter.js - localDateTime.js - localStorageTest.js - preventDefaultAction.js Signed-off-by: Amorpheuz <mail2ypd@gmail.com>
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
'use strict';
|
|
|
|
function preventDefaultAction(event) {
|
|
event.preventDefault();
|
|
}
|