Ticket #49 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

DynamicCSS pulls css and two function errors

Reported by: adam2003w Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

DynamicCSS pulls css and two function errors

I've just installed Xinha and while using DynamicCSS it pulls my full css file but then has two lines of funtions that spit out:

function (needle) { var haystack = this; for (var i = 0; i < haystack.length; i++) { if needle == haystack[i]) [ return true; } } return false; }
function (a) { for (var i = 0; i < a.length;i++) { this.push(a[i]); } return this; }

I loaded the DynamicCSS plugin from htmlarea3 and it came up with the same error which leads me to believe there is an error how the Xinha Core interacts with DynamicCSS. Any ideas?

Change History

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

Fixed in changeset:34 (I think).

Note: See TracTickets for help on using tickets.