You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2015/04/08 11:40:09 UTC

[03/10] incubator-brooklyn git commit: add js-yaml so we can parse yaml in the browser

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/46c36206/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",