I have this code:
dojo.declare("City", null, {
constructor : function(cityid, cityinfo){
}
});
dojo.declare("TPolyline", GPolyline, {
constructor : function(points, color){
},
initialize : function(map){
});
What should be it's jQuery equivalent?