Minify.php error [Solved]
Firefox with firebug is reporting an error at line 210 of the minify.php -- this might be due to the include_cache_browser_minify.js I have running from earlier version? I dont' know. But wanted you clued in.
Immediate solution has been providedSolution Manager: Bernard
Issue description
bind: function() {
if (arguments.length < 2 && arguments[0] === undefined) return this;
var __method = this, args = $A(arguments), object = args.shift();
return function() {
return __method.apply(object, args.concat($A(arguments)));
}
Comments
| Bernard from nearby-an-airport Associate 6555 posts registered on Sep. 12 2003 | I am receiving such error messages from time to time even with correct files, and this strange behavior could be related to the management of real-time events in the browser equipped with Firebug. Providing you are using a version of the script aligned with the rest of the software, the minor errors reported by Firebug on the $A function are purely cosmetics. |
Rate this page
Posted by AnsteyER on Apr. 8, page edited by Bernard on Apr. 9, (popular)
