sonygod / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Delete keyword/function not used correctly. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Delete keyword/function not used correctly.

c# (static method, class inherits from own type wich inerhits from 
jQueryContxt):

delete(obj[key]);

Output:

delete(obj[key]);

Output should be:

delete obj[key];

My current workarround is to use my own written javascript tokenzier to correct 
the output.

Greetings,
Sebastian

Original issue reported on code.google.com by sebastia...@gmail.com on 4 Aug 2011 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 18 Oct 2011 at 12:52

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 26 Nov 2011 at 9:13