diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-19 08:23:37 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-19 08:23:37 +0900 |
commit | 948c2c48df04e775e5b5a3da5f54e0d61299dc54 (patch) | |
tree | 944a248ddb29898a5fc7ae676a8f76253afc0377 /actionview/test | |
parent | 99c604f1f9de2f2a6fc3d0aec4f274cb05b48c69 (diff) | |
download | rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.tar.gz rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.tar.bz2 rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.zip |
Use ssl in guide and comment [ci skip]
Diffstat (limited to 'actionview/test')
-rw-r--r-- | actionview/test/ujs/public/vendor/qunit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/ujs/public/vendor/qunit.js b/actionview/test/ujs/public/vendor/qunit.js index 0e279fde17..50a9e6455d 100644 --- a/actionview/test/ujs/public/vendor/qunit.js +++ b/actionview/test/ujs/public/vendor/qunit.js @@ -42,7 +42,7 @@ var QUnit, * with IE 7 (and prior) where Error.prototype.toString is * not properly implemented * - * Based on http://es5.github.com/#x15.11.4.4 + * Based on https://es5.github.io/#x15.11.4.4 * * @param {String|Error} error * @return {String} error message |