Add :version to ob-js.el option.

This commit is contained in:
Bastien Guerry 2012-04-03 13:41:37 +02:00
parent 198f585350
commit 7ffea1b7b9
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
(defcustom org-babel-js-cmd "node"
"Name of command used to evaluate js blocks."
:group 'org-babel
:version "24.1"
:type 'string)
(defvar org-babel-js-function-wrapper