passman/js/exporters/exporter-main.js
2016-10-08 14:00:07 +02:00

5 lines
106 B
JavaScript

// Importers should always start with this
if (!window['PassmanExporter']) {
var PassmanExporter = {}
}