rse / componentjs

ComponentJS -- Powerful run-time Component System for structuring HTML5-based Rich Clients
http://componentjs.com/
Other
85 stars 13 forks source link

After updating to latest version, something with the plug method seems to be broken. #34

Closed AuspeXeu closed 10 years ago

AuspeXeu commented 10 years ago

The stacktrace looks as follows

capture

And the code located at line 44 of file ep_static_section_view.js

line 44:  cs(self).plug({
    object: self.panel,
    spool: 'materialized'
})
rse commented 10 years ago

Hi, Christian. Looks strange to me, but from just the stacktrace and the particular line I've no clue what and why it broke for you. What version of ComponentJS is this? 1.0.x or the latest snapshot? I really need more details to figure out what breaks here, sorry.

AuspeXeu commented 10 years ago

Hey Ralf! I fixed this issue. The problem lay in the application code.