History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-11290
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Maxim Mossienko
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

IDEA should not report unresolved js reference if code checks for it explicitly

Created: 25 Oct 06 21:35   Updated: 24 Sep 07 16:44
Component/s: JavaScript
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Following code explicitly checks for upload property and then uses it if it present

if(callback.upload)

{ callback.upload.apply(callback.scope, [obj]); }

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.