blob: aa539b7ba7f399e10c19842bcd27f44232b50b35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<script type="text/javascript">
x = Components.interfaces.nsITableEditor;
x.__proto__ = Components;
x.QueryInterface;
</script>
</head>
<body>
</body>
</html>
|