app/assets/javascripts/poke_js.js in poke_js-0.1.5 vs app/assets/javascripts/poke_js.js in poke_js-0.1.6

- old
+ new

@@ -51,10 +51,10 @@ funct(params); } }, init: function() { var $body = $('body'); - POKE.exec_all($body.data("controller"), "html", $body.data("action")); + POKE.exec_all(POKE.controller, "html", POKE.action); } }; if (POKE.blank(window["APP"])) { APP = { \ No newline at end of file