What is giving this null error?
Posted: Mon Jan 11, 2010 3:50 pm
Hi Giorgio Maone,
After updating NS I get a series of error messages here: Error: gKablRulesObj.injectFunctions is null
Source file: chrome://kabl/content/kabl-inserter.js
Line: 102
Some info on this code found here: http://trac.arantius.com/changeset/509
Is NS interfering with "dotted objects inserting" in this case, the code is Mozilla's?
luntrus
After updating NS I get a series of error messages here: Error: gKablRulesObj.injectFunctions is null
Source file: chrome://kabl/content/kabl-inserter.js
Line: 102
Code: Select all
for (var i=0, func=null; func=gKablRulesObj.injectFunctions[i]; i++) { Is NS interfering with "dotted objects inserting" in this case, the code is Mozilla's?
luntrus