resthub/resthub-js

$.fn[''] --> creation of a plugin helper for the base Controller with

Closed this issue · 0 comments

makes possible to do weird things like $(el)'' ...

most likely needs something like

if (pluginname && !$.fn[pluginname])  {
   ...

for the base Controller, pluginname === ""