framework7

Open full view…

Who has already updated to framework v.0.8.6?

DeleteMe
Sun, 01 Jun 2014 09:46:46 GMT

After replacing framework7.js with the lastest version, i got this errror and nothing works anymore: 'this[0] is undefined framework7.js:4144' code: --- .... attr: function (attr, value) { if (typeof value === 'undefined') { return this[0].getAttribute(attr); // line 4144 } ... --- Somebody else who has this problem?

idealists
Sun, 01 Jun 2014 15:13:12 GMT

No such error for us, not yet anyway.

DeleteMe
Sun, 01 Jun 2014 19:12:11 GMT

Found the mistake in initializing a view, havent any problems before with that so i thought the update causes the problem - thanks idealists!