fix code styling #370

This commit is contained in:
Sebastian McKenzie
2015-01-03 07:35:45 +11:00
parent ef1c7a5c69
commit 340a4dd1f2
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
// Required to safely use 6to5/register within a browserify codebase.
module.exports = function(){};
module.exports = function () {};
require("./polyfill");