huseyinyilmaz / postdatabase

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

change anonymous function calls #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
var a = function(){};
a();
delete a;

we are using this convention for cross domain calls. use
(function(){})(); instead

Original issue reported on code.google.com by yilmazhuseyin on 1 Jul 2010 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by yilmazhuseyin on 2 Jul 2010 at 10:15