зеркало из https://github.com/mozilla/popcorn-js.git
Spacing issues fixed, added missing newlines [#1045]
This commit is contained in:
Родитель
7c66862539
Коммит
aae612a455
|
@ -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"
|
||||
}
|
||||
|
||||
];
|
||||
];
|
||||
|
|
Загрузка…
Ссылка в новой задаче