English « Bug tracker «
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.
| Owner | Anstey Stephan |
| Progress | ![]() |
| Workflow | Support request |
| Status | Immediate solution has been provided |
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)));
}
Bernard Paques | 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. |












