From 566982872c70def9ed0f0b89df9fc33a5df8de8c Mon Sep 17 00:00:00 2001 From: Neeme Praks Date: Mon, 24 Dec 2012 00:44:53 +0200 Subject: [PATCH] use Mongo persistor module ver 1.2 (1.0 fails with error, module API was changed in Vert.x 1.3) --- option8_vertx/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/option8_vertx/app.js b/option8_vertx/app.js index 471a27b..c852a03 100644 --- a/option8_vertx/app.js +++ b/option8_vertx/app.js @@ -1,5 +1,5 @@ load('vertx.js'); -vertx.deployModule('vertx.mongo-persistor-v1.0', null, 1, function() { +vertx.deployModule('vertx.mongo-persistor-v1.2', null, 1, function() { load('static_data.js'); });