Reporter | Perry Taylor (Perry.Taylor) |
---|---|
Created | Feb 22, 2012 8:15:32 PM |
Updated | Feb 22, 2012 8:15:32 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | Code Analysis |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
In the following code
$.pjax({
url: "@Url.Action("PartList","Part")?selectedType=" + $("#partTitle").text() + "&showDeActivated=" + $("#checkbox").is(':checked'),
container:'#update_panel'
});
"PartList" is highlighted as Expecting ','
"});" is highlighted as an expected expression
$.pjax({
url: "@Url.Action("PartList","Part")?selectedType=" + $("#partTitle").text() + "&showDeActivated=" + $("#checkbox").is(':checked'),
container:'#update_panel'
});
"PartList" is highlighted as Expecting ','
"});" is highlighted as an expected expression