Skip to content

Commit

Permalink
fix(jQuery): add semicolon to example
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 31, 2015
1 parent 4b0e2a9 commit 4930977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/jQuery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jQueryプラグインはprototype拡張のように `$.fn.greenify = function ()
// https://github.com/jquery/jquery/blob/2.1.4/src/core.js#L39
jQuery.fn = jQuery.prototype = {
// prototypeの実装
}
};
```


Expand Down

0 comments on commit 4930977

Please sign in to comment.