From 65c063548e049d55495b988c198678e68be55c3a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 2 Mar 2016 12:57:33 -0500 Subject: [PATCH] feature(operation) TITLE: Operation -> CloudCmd.TITLE --- lib/client/operation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/operation.js b/lib/client/operation.js index 547b341f..2f0c5a7f 100644 --- a/lib/client/operation.js +++ b/lib/client/operation.js @@ -13,7 +13,7 @@ function OperationProto(operation, data) { var Name = 'Operation', - TITLE = Name, + TITLE = CloudCmd.TITLE, Loaded, RESTful = DOM.RESTful,