blob: e4c4fa0cb1a04be88cfed294964f113719c66113 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
var polymer = require('../../../lib/polymer');
var publishedProperties = {
vname: ''
};
polymer('nsb-plugins-log-viewer', {
publish: publishedProperties,
ready: onReady
});
function onReady() {
}