Skip to content

Commit

Permalink
Updated README.md for c3f8ee0 [ci skip]
Browse files Browse the repository at this point in the history
closes #26.
  • Loading branch information
sohymg authored and JuanitoFatas committed Mar 19, 2016
1 parent c3f8ee0 commit 3791c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ When application is MyApp, and controller/action is `animes#show`, `javascript_i
MyApp.init();
if(MyApp.animes) {
if(MyApp.animes.init) { MyApp.animes.init(); }
if(MyApp.animes.init_show) { MyApp.animes.init_show(); }
if(MyApp.animes.show && MyApp.animes.show.init) { MyApp.animes.show.init(); }
}
//]]>
</script>
Expand Down

0 comments on commit 3791c04

Please sign in to comment.