Spacing issues fixed, added missing newlines [#1045]

This commit is contained in:
Christopher De Cairos 2012-05-04 15:45:45 -04:00
Родитель 7c66862539
Коммит aae612a455
12 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -17,4 +17,4 @@
<iframe id="test-frame" style="height: 600px; width: 100%; overflow: scroll;"></iframe>
</body>
</html>
</html>

Просмотреть файл

@ -17,4 +17,4 @@
<iframe id="test-frame" style="height: 600px; width: 100%; overflow: scroll;"></iframe>
</body>
</html>
</html>

Просмотреть файл

@ -17,4 +17,4 @@
<iframe id="test-frame" style="height: 600px; width: 100%; overflow: scroll;"></iframe>
</body>
</html>
</html>

Просмотреть файл

@ -17,4 +17,4 @@
<iframe id="test-frame" style="height: 600px; width: 100%; overflow: scroll;"></iframe>
</body>
</html>
</html>

Просмотреть файл

@ -17,4 +17,4 @@
<iframe id="test-frame" style="height: 600px; width: 100%; overflow: scroll;"></iframe>
</body>
</html>
</html>

Просмотреть файл

@ -22,4 +22,4 @@
QUnit.config.testTimeout = 60000;
}
})( window );
})( window );

Просмотреть файл

@ -1,7 +1,7 @@
$(function() {
var id = function( name ) {
return document.getElementById( name );
return document.getElementById( name );
},
create = function( type ) {
return document.createElement( type );

Просмотреть файл

@ -16,4 +16,4 @@ var tests = [{
type: "Module"
}
];
];

Просмотреть файл

@ -32,4 +32,4 @@ var tests = [{
type: "Parser"
}
];
];

Просмотреть файл

@ -14,4 +14,4 @@ var tests = [
type: "Player"
}
];
];

Просмотреть файл

@ -104,4 +104,4 @@ var tests = [{
type: "Plugin"
}
];
];

Просмотреть файл

@ -170,4 +170,4 @@ var tests = [{
type: "Module"
}
];
];