Bug 269098 - system.js shows the call method on a Function accepting an array as its second property
Summary: system.js shows the call method on a Function accepting an array as its secon...
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0.5   Edit
Assignee: Chris Jaun CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-03-17 17:09 EDT by Chris Jaun CLA
Modified: 2010-03-03 11:15 EST (History)
0 users

See Also:
thatnitind: review+


Attachments
Updates the system.js file (9.78 KB, patch)
2009-04-06 13:25 EDT, Chris Jaun CLA
thatnitind: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Jaun CLA 2009-03-17 17:09:36 EDT
Build ID: WTP 3.1 m6

Steps To Reproduce:
The call method does not accept an array of values. It takes any number of optional arguments after the inital object param.

More information:
Comment 1 Chris Jaun CLA 2009-03-18 11:42:56 EDT
There are a number of functions and properties missing from the system.js folder. Use this bug to address them all.
Comment 2 Chris Jaun CLA 2009-03-31 16:21:26 EDT
*** Bug 269053 has been marked as a duplicate of this bug. ***
Comment 3 Chris Jaun CLA 2009-04-06 13:25:24 EDT
Created attachment 131022 [details]
Updates the system.js file
Comment 4 Chris Jaun CLA 2009-04-06 13:25:51 EDT
Can be fixed in 3.0.5 and 3.1.
Comment 5 Nitin Dahyabhai CLA 2009-04-13 18:31:53 EDT
Applied, thanks, Chris.