File: export.js

package info (click to toggle)
node-autolinker 1.8.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,344 kB
  • sloc: javascript: 6,128; makefile: 62
file content (3 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (3)
1
2
3
/*global Autolinker:true*/  // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
Autolinker = window.Autolinker;
delete window.Autolinker;