mirror of
https://github.com/WilliamsNY/contain-element.git
synced 2024-11-21 13:52:32 -05:00
Set filetype of the code to javascript
This commit is contained in:
parent
d7dc7e8243
commit
a4f32cb75a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ A JavaScript plugin to contain an element within its parent element.
|
|||
|
||||
## Usage
|
||||
|
||||
```
|
||||
```javascript
|
||||
window.onload = function() {
|
||||
var contain = new ContainElement({
|
||||
id: 'element', // the id of the element to be contained
|
||||
|
|
Loading…
Reference in a new issue