Fix dates in XMLHttpRequest js files

This commit is contained in:
Ryan Huffman 2014-05-06 11:38:12 -07:00
parent e191b8acb8
commit 5a7b133d25
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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