passman/js/exporters/exporter-main.js

6 lines
106 B
JavaScript
Raw Normal View History

2016-10-08 19:26:48 +08:00
// Importers should always start with this
2016-10-08 20:00:07 +08:00
if (!window['PassmanExporter']) {
2016-10-08 19:26:48 +08:00
var PassmanExporter = {}
}