Mercurial > hg > piper-vamp-js
changeset 28:c250695a784f
Tidy
author | Chris Cannam |
---|---|
date | Mon, 19 Sep 2016 15:52:38 +0100 |
parents | 65fa1b372648 |
children | 821407e7552f |
files | VamPipePluginLibrary.cpp quick-test.html quick-test.js |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/VamPipePluginLibrary.cpp Mon Sep 19 15:52:28 2016 +0100 +++ b/VamPipePluginLibrary.cpp Mon Sep 19 15:52:38 2016 +0100 @@ -132,7 +132,7 @@ switch (rr.type) { case RRType::List: - j = VampJson::fromVampResponse_List("", rr.listResponse); + j = VampJson::fromVampResponse_List(rr.listResponse); break; case RRType::Load: j = VampJson::fromVampResponse_Load(rr.loadResponse, m_mapper);
--- a/quick-test.html Mon Sep 19 15:52:28 2016 +0100 +++ b/quick-test.html Mon Sep 19 15:52:38 2016 +0100 @@ -9,7 +9,7 @@ td, th { padding: 0.5em } </style> - <script src="example.js"></script> + <script src="VampExamplePlugins.js"></script> <script src="quick-test.js"></script> </head> <body>
--- a/quick-test.js Mon Sep 19 15:52:28 2016 +0100 +++ b/quick-test.js Mon Sep 19 15:52:38 2016 +0100 @@ -1,6 +1,6 @@ "use strict"; -var exampleModule = ExampleModule(); +var exampleModule = VampExamplePluginsModule(); // It is possible to declare both parameters and return values as // "string", in which case Emscripten will take care of