From 9eb48567abb521efe1781113017daaf52309c208 Mon Sep 17 00:00:00 2001 From: Kathy Laird Date: Wed, 29 Oct 2014 11:00:56 -0600 Subject: [PATCH] add ; at the end of the js file so that the minified version works --- angular-contenteditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-contenteditable.js b/angular-contenteditable.js index 0b3ce9a..49b59ee 100644 --- a/angular-contenteditable.js +++ b/angular-contenteditable.js @@ -95,4 +95,4 @@ angular.module('contenteditable', []) }) } } - }}]) + }}]);