mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-16 21:11:52 +00:00
0.2.0 - Mid migration
This commit is contained in:
parent
139e6a915e
commit
7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions
19
web/node_modules/stream-http/test/server/static/basic.txt
generated
vendored
Normal file
19
web/node_modules/stream-http/test/server/static/basic.txt
generated
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
Mary had a little lamb,
|
||||
His fleece was white as snow,
|
||||
And everywhere that Mary went,
|
||||
The lamb was sure to go.
|
||||
|
||||
He followed her to school one day,
|
||||
Which was against the rule,
|
||||
It made the children laugh and play
|
||||
To see a lamb at school.
|
||||
|
||||
And so the teacher turned it out,
|
||||
But still it lingered near,
|
||||
And waited patiently about,
|
||||
Till Mary did appear.
|
||||
|
||||
"Why does the lamb love Mary so?"
|
||||
The eager children cry.
|
||||
"Why, Mary loves the lamb, you know."
|
||||
The teacher did reply.
|
BIN
web/node_modules/stream-http/test/server/static/browserify.png
generated
vendored
Normal file
BIN
web/node_modules/stream-http/test/server/static/browserify.png
generated
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
9
web/node_modules/stream-http/test/server/static/test-polyfill.js
generated
vendored
Normal file
9
web/node_modules/stream-http/test/server/static/test-polyfill.js
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
if (!String.prototype.trim) {
|
||||
(function() {
|
||||
// Make sure we trim BOM and NBSP
|
||||
var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
|
||||
String.prototype.trim = function() {
|
||||
return this.replace(rtrim, '');
|
||||
};
|
||||
})();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue