Properly enable strict mode

Closes #8
This commit is contained in:
Marijn Haverbeke 2012-10-06 12:32:45 +02:00
parent 0590d12240
commit b5e580a876

View File

@ -14,7 +14,7 @@
// [ghbt]: https://github.com/marijnh/acorn/issues
(function(exports) {
"strict mode";
"use strict";
exports.version = "0.0.1";