partha-das / jsdt-jquery

Automatically exported from code.google.com/p/jsdt-jquery
0 stars 0 forks source link

event type inferencer doesn't handle optional arguments well #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following doesn't auto complete correctly

.on("click", function(e) {
  e;
});

This is the signature:
.on( events [, selector] [, data] , handler(eventObject) )

Original issue reported on code.google.com by philippe...@gmail.com on 12 Mar 2012 at 7:28

GoogleCodeExporter commented 9 years ago
Fixed in the 1.4 versions

Original comment by philippe...@gmail.com on 9 Apr 2012 at 7:14