fixes missing semi-colon

This commit is contained in:
Shannon
2014-03-26 11:23:48 +11:00
parent 3953a48a3b
commit 1e01c2669f

View File

@@ -8,7 +8,7 @@ angular.module("umbraco.directives")
//Initial click, select entire text
this.select();
//Set the edit mode so subsequent clicks work normally
$(el).data("editmode", true)
$(el).data("editmode", true);
}
}).
bind("blur", function () {