Bug 241261 remove nsSample.js comment about bug 14460

r=dougt


git-svn-id: svn://10.0.0.236/trunk@155630 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-04-28 12:44:20 +00:00
parent 40325268e9
commit 88f8ccca4e

View File

@@ -31,11 +31,6 @@ mySample.prototype = {
},
poke: function (aValue) { this.val = aValue; },
/*
* Note that until bug 14460 is resolved, you need to name the method
* QueryInterface, not queryInterface as you might expect given the
* interCaps naming convention used in most XPIDL.
*/
QueryInterface: function (iid) {
if (!iid.equals(Components.interfaces.nsISample) &&
!iid.equals(Components.interfaces.nsISupports)) {