Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heygrady committed Mar 4, 2013
1 parent e232106 commit 6673875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -13,7 +13,7 @@ It is recommended to use this library with a feature detection library such as [

- **useStyle** *boolean* default: true - When `useStyle` is true the styles will be read using `currentStyle` and applied as an inline style to each element. Setting `useStyle` to false will skip this step and allow the special IE styles to be set in the CSS.
- **numShadows** *integer* default: 1 - Only applies when `useStyle` is false. Will create multiple shadow nodes for use with multiple shadows. At least one shadow node is always created.
- **destroy** *boolean* default: false - Removes any generated HTML elements. This will effectively remove the shadow from IE9 and below. This **does not** remove shadows defined in CSS from browsers that natively support shadows.
- **destroy** *boolean* default: false - Removes any HTML elements generated by this plugin. This will effectively remove the shadow from IE9 and below. This **does not** remove shadows defined in CSS from browsers that natively support shadows.

### Example Usage
```javascript
Expand Down Expand Up @@ -256,4 +256,4 @@ h2 .ui-text-shadow-copy-4 {
left: 5px;
top: 5px;
}
```
```

0 comments on commit 6673875

Please sign in to comment.