Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-288239: javascript anonimous functions braces layout

$
0
0
Reporter Marko Šalinić (Marko.Šalinić) Marko Šalinić (Marko.Šalinić)
Created Feb 10, 2012 12:45:58 PM
Updated Feb 10, 2012 12:45:58 PM
Priority Normal
Type Feature
Fix versions No Fix versions
State Submitted
Assignee Sergey Shkredov (serjic.shkredov)
Subsystem Refactoring
Affected versions No Affected versions
Fixed in build No Fixed in build
I have no option to set BSD style for anonimous functions in java script like this:


$(document).ready(function () {

$(window).resize(function () {
SetPos();
});

});


I would like to set it like this:


$(document).ready(function ()
{
$(window).resize(function ()
{
SetPos();
});
});



Is thi possible?

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>