Skip to content

Commit

Permalink
fix: <revert deepclone>
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake.Zheng authored and Jake.Zheng committed Sep 27, 2018
1 parent 2c19a2d commit 8b18567
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 @@ -32,7 +32,7 @@ Initialize ukulelejs and register Controller in the $(document).ready's callback
<script>
...
var uku = new Ukulele();
uku.registerController("myCtrl", new MyController());
uku.registerController("$myCtrl", new MyController());
uku.init();

function MyController() {
Expand Down

0 comments on commit 8b18567

Please sign in to comment.