js → javascript

This commit is contained in:
Zeke Sikelianos 2016-08-16 14:50:21 -07:00
parent e71280f31c
commit cc2b95fac3
6 changed files with 8 additions and 8 deletions

View file

@ -41,7 +41,7 @@ otherwise it returns `undefined`.
The `filters` specifies an array of file types that can be displayed or
selected when you want to limit the user to a specific type. For example:
```js
```javascript
{
filters: [
{name: 'Images', extensions: ['jpg', 'png', 'gif']},