From a4f32cb75adf4188903b835d14963013269895b9 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 30 Jun 2015 17:47:55 -0400 Subject: [PATCH] Set filetype of the code to javascript --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c6f18a..eaff8b3 100644 --- a/README.md +++ b/README.md @@ -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