File: constants.js

package info (click to toggle)
greasemonkey 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,820 kB
  • sloc: xml: 171; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
const EXPORTED_SYMBOLS = ['GM_constants'];

const GM_constants = {
  'directoryMask': parseInt('750', 8),
  'fileMask': parseInt('640', 8),
};