mirror of
https://github.com/lubosz/overte.git
synced 2025-08-12 16:16:58 +02:00
Fix dates in XMLHttpRequest js files
This commit is contained in:
parent
e191b8acb8
commit
5a7b133d25
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
// Test.js
|
// Test.js
|
||||||
// examples
|
// examples
|
||||||
//
|
//
|
||||||
// Created by Ryan Huffman on 5/4//14
|
// Created by Ryan Huffman on 5/4/14
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// This provides very basic unit testing functionality.
|
// This provides very basic unit testing functionality.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// streetAreaExample.js
|
// streetAreaExample.js
|
||||||
// examples
|
// examples
|
||||||
//
|
//
|
||||||
// Created by Ryan Huffman on 5/4//14
|
// Created by Ryan Huffman on 5/4/14
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// This is an example script showing how to load JSON data using XMLHttpRequest.
|
// This is an example script showing how to load JSON data using XMLHttpRequest.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// testXMLHttpRequest.js
|
// testXMLHttpRequest.js
|
||||||
// examples
|
// examples
|
||||||
//
|
//
|
||||||
// Created by Ryan Huffman on 5/4//14
|
// Created by Ryan Huffman on 5/4/14
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// XMLHttpRequest Tests
|
// XMLHttpRequest Tests
|
||||||
|
|
Loading…
Reference in a new issue