fix up test styling and add use-strict declarator
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
var Test = function () {
|
||||
var Test = function Test() { };
|
||||
"use strict";
|
||||
|
||||
var Test = function() {
|
||||
var Test = function Test() {};
|
||||
return Test;
|
||||
}();
|
||||
}();
|
||||
Reference in New Issue
Block a user