(c)
| 1240 | _insertIframe: function (b) { |
| 1241 | FB.UIServer._active[b.id] = false; |
| 1242 | var a = function (c) { |
| 1243 | if (b.id in FB.UIServer._active) FB.UIServer._active[b.id] = c; |
| 1244 | }; |
| 1245 | if (b.post) { |
| 1246 | FB.Content.insertIframe({ |
| 1247 | url: 'about:blank', |
no outgoing calls
no test coverage detected