mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
First round of undef fixes
This commit is contained in:
@@ -28,7 +28,7 @@ describe("Position of modules", function () {
|
||||
|
||||
var position;
|
||||
var className;
|
||||
for (idx in positions) {
|
||||
for (var idx in positions) {
|
||||
position = positions[idx];
|
||||
className = position.replace("_", ".");
|
||||
it("show text in " + position, function () {
|
||||
|
Reference in New Issue
Block a user