From 828cd5f11acc044378d1911fe64fb7e64c4e42db Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 28 Jan 2011 10:21:30 -0500 Subject: jsl warnings --- install/ui/entity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/entity.js') diff --git a/install/ui/entity.js b/install/ui/entity.js index 990d2eb74..69dd444f8 100644 --- a/install/ui/entity.js +++ b/install/ui/entity.js @@ -65,7 +65,7 @@ IPA.facet = function (spec) { that.is_dirty = function (){ return false; - } + }; that.get_client_area = function() { return $('.client', that.container); -- cgit