Normalize line endings

This commit is contained in:
Jamie Peabody
2012-11-15 19:26:33 +00:00
parent 604552aeee
commit 6d40b165eb
17 changed files with 5556 additions and 5556 deletions

View File

@@ -1,15 +1,15 @@
body { font-family: courier new; font-size: 0.75em; }
table { border-collapse: collapse; width: 100%; text-align: left; vertical-align: top; }
.stack span,
.failed span,
.passed span {
width: 60px;
display: block;
text-align: center;
font-size: 0.85em;
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.failed span { background-color: #FFCC66; border: 1px solid black; color: black; cursor: help; }
.passed span { background-color: #66BB66; border: 1px solid green; color: green; }
.stack span { background-color: #efefef; border: 1px solid #444; color: #444; cursor: help; }
body { font-family: courier new; font-size: 0.75em; }
table { border-collapse: collapse; width: 100%; text-align: left; vertical-align: top; }
.stack span,
.failed span,
.passed span {
width: 60px;
display: block;
text-align: center;
font-size: 0.85em;
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.failed span { background-color: #FFCC66; border: 1px solid black; color: black; cursor: help; }
.passed span { background-color: #66BB66; border: 1px solid green; color: green; }
.stack span { background-color: #efefef; border: 1px solid #444; color: #444; cursor: help; }

File diff suppressed because it is too large Load Diff

View File

@@ -1,25 +1,25 @@
require.config({
paths: {
'codemirror': '../lib/codemirror',
'mergely': '../lib/mergely',
'jsunit': 'lib/jsunit/jsunit'
}
});
var OPTIONS = {debug:false};
require([
'codemirror',
'mergely',
'jsunit',
//test modules
'tests',
], function(
mergely,
codemirror,
JsUnit,
tests
){
tests();
JsUnit.start();
});
require.config({
paths: {
'codemirror': '../lib/codemirror',
'mergely': '../lib/mergely',
'jsunit': 'lib/jsunit/jsunit'
}
});
var OPTIONS = {debug:false};
require([
'codemirror',
'mergely',
'jsunit',
//test modules
'tests',
], function(
mergely,
codemirror,
JsUnit,
tests
){
tests();
JsUnit.start();
});

File diff suppressed because it is too large Load Diff