main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
220 bytes
|
Rev | Line | |
---|
[d565449] | 1 | 'use strict';
|
---|
| 2 |
|
---|
| 3 | /* globals lockdown */
|
---|
| 4 |
|
---|
| 5 | // requiring ses exposes "lockdown" on the global
|
---|
| 6 | require('ses');
|
---|
| 7 |
|
---|
| 8 | // lockdown freezes the primordials
|
---|
| 9 | lockdown({ errorTaming: 'unsafe' });
|
---|
| 10 |
|
---|
| 11 | // initialize the module
|
---|
| 12 | require('./');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.