From 06a39363331a7ef53614fa545890eead08be0c01 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 3 Apr 2014 10:34:46 -0400 Subject: [PATCH] chore(client) rm LinkTemplate --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index b5fe6c10..5b3a77f6 100644 --- a/lib/client.js +++ b/lib/client.js @@ -7,7 +7,7 @@ var Util, DOM, CloudFunc; function CloudCmdProto(Util, DOM, CloudFunc) { var Key, Config, Modules, Extensions, - FileTemplate, PathTemplate, LinkTemplate, Listeners, + FileTemplate, PathTemplate, Listeners, DIR_HTML = '/html/', DIR_HTML_FS = DIR_HTML + 'fs/', DIR_JSON = '/json/',