Skip to content

Commit

Permalink
Merge pull request airbnb#20 from zealotous/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ajacksified committed Nov 8, 2012
2 parents 84fdb98 + 4846215 commit bd6a407
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 @@ -1096,7 +1096,7 @@
- The module should start with a `!`. This ensures that if a malformed module forgets to include a final semicolon there aren't errors in production when the scripts get concatenated.
- The file should be named with camelCase, live in a folder with the same name, and match the name of the single export.
- Add a method called noConflict() that sets the exported module to the previous version.
- Always declare `'use strict;'` at the top of the module.
- Always declare `'use strict';` at the top of the module.

```javascript
// fancyInput/fancyInput.js
Expand Down

0 comments on commit bd6a407

Please sign in to comment.