[naming conventions] add note about NFEs, IE8 and below. fixes #82

This commit is contained in:
Harrison Shoff
2014-06-06 18:15:59 -07:00
parent 2d9759484c
commit 0a58fc75de

View File

@@ -1117,6 +1117,8 @@
};
```
- **Note:** IE8 and below exhibit some quirks with named function expressions. See [http://kangax.github.io/nfe/](http://kangax.github.io/nfe/) for more info.
**[⬆ back to top](#table-of-contents)**