You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/09/02 07:44:17 UTC

[15/17] incubator-ponymail git commit: make sure comments make it to the JS

make sure comments make it to the JS


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/4b68337c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/4b68337c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/4b68337c

Branch: refs/heads/coffee-and-cake
Commit: 4b68337c94a9b1991b29183adca75a5a4737cdca
Parents: 217cda6
Author: Daniel Gruno <hu...@apache.org>
Authored: Fri Sep 2 09:24:24 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Fri Sep 2 09:24:24 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/http_utils.coffee | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/4b68337c/site/js/coffee/http_utils.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/http_utils.coffee b/site/js/coffee/http_utils.coffee
index be41c52..91de289 100644
--- a/site/js/coffee/http_utils.coffee
+++ b/site/js/coffee/http_utils.coffee
@@ -19,6 +19,7 @@
 # This is http_utils.coffee: HTTP Request library  #
 ####################################################
 
+###*
 # HTTPRequest: Fire off a HTTP request.
 # Args:
 # - url: The URL to request (may be relative or absolute)
@@ -42,6 +43,7 @@
 #            list: "foo.bar"
 #        }
 #   })
+###
 
 class HTTPRequest
     constructor: (@url, @args) ->