On Jul 20, 2:52 pm, Tobias Beer <[email protected]> wrote: > where to begin with any of this. Why is it that these ReadMe files on > GitHub almost always only contain high level technical information but > no links to resources on how work with this stuff? Does this test > suite provide information such as... > > WARNING > -> YourPlugin > --> hasClass(): deprecated as of 2.6.3 > > ...upon testing ... a wiki ... a plugin.js ...a xyz ?!? nope. Since it is the testsuite for the core. A plugin needs its own tests :)
I created the tw.plugin-dev-template [1][2] for my manual testing. If you pull the latest core and run a "make test" with your plugin loaded to the tests.html file you'd see, what's going on. There would be a macro error which says: ".hasClass() is not a function". Assuming Firebug or DevTools are active. -m [1] https://github.com/pmario/tw.plugin-dev-template [2] http://dev-template-doc.tiddlyspace.com -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

