You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:52:37 UTC

[38/71] [abbrv] brooklyn-ui git commit: add js-yaml so we can parse yaml in the browser

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/2d6f77df/usage/jsgui/src/test/javascript/config.txt
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/test/javascript/config.txt b/usage/jsgui/src/test/javascript/config.txt
index 6681acd..f540274 100644
--- a/usage/jsgui/src/test/javascript/config.txt
+++ b/usage/jsgui/src/test/javascript/config.txt
@@ -41,6 +41,7 @@
         "text":"js/libs/text",
         "uri":"js/libs/URI",
         "zeroclipboard":"js/libs/ZeroClipboard",
+        "js-yaml":"js/libs/js-yaml",
 
         "model":"js/model",
         "view":"js/view",