all repos — litestore @ 3fd5a24c675a8abe6137b0df8d03dc9a09518133

A minimalist nosql document store.

Minor changes.
h3rald h3rald@h3rald.com
Sun, 22 Mar 2015 19:46:03 +0100
commit

3fd5a24c675a8abe6137b0df8d03dc9a09518133

parent

cfa52c40ecf0648c2139f5634b719b99cac681a6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M app/js/modules/info.jsapp/js/modules/info.js

@@ -7,7 +7,7 @@ // Info Module

app.info = {vm: {}}; app.info.vm.init = function() {}; app.info.main = function(){ - var info = app.system(); + var info = app.system; var li = function(title, content, hide) { if (hide) { return "";