Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/browser/mq4-hover-shim.js (renamed from src/browser/mq4-hover-hover-shim.js)0
-rw-r--r--src/nodejs/index.js2
-rw-r--r--src/nodejs/postprocessor.js4
3 files changed, 3 insertions, 3 deletions
diff --git a/src/browser/mq4-hover-hover-shim.js b/src/browser/mq4-hover-shim.js
index 91c5525..91c5525 100644
--- a/src/browser/mq4-hover-hover-shim.js
+++ b/src/browser/mq4-hover-shim.js
diff --git a/src/nodejs/index.js b/src/nodejs/index.js
index 7bfa81f..bdb02e6 100644
--- a/src/nodejs/index.js
+++ b/src/nodejs/index.js
@@ -2,7 +2,7 @@
'use strict';
var path = require('path');
-var CLIENT_SIDE_FEATURE_DETECTOR_FILENAME = 'mq4-hover-hover-shim.js';
+var CLIENT_SIDE_FEATURE_DETECTOR_FILENAME = 'mq4-hover-shim.js';
module.exports = {
diff --git a/src/nodejs/postprocessor.js b/src/nodejs/postprocessor.js
index 206bffc..b10d47f 100644
--- a/src/nodejs/postprocessor.js
+++ b/src/nodejs/postprocessor.js
@@ -1,9 +1,9 @@
/*eslint-env node */
/*!
* Postprocessor for shimming @media (hover: hover) from Media Queries Level 4
- * https://github.com/cvrebert/mq4-hover-hover-shim
+ * https://github.com/twbs/mq4-hover-shim
* Copyright 2014-2015 Christopher Rebert
- * Licensed under MIT (https://github.com/cvrebert/mq4-hover-hover-shim/blob/master/LICENSE.txt)
+ * Licensed under MIT (https://github.com/twbs/mq4-hover-shim/blob/master/LICENSE.txt)
*/
'use strict';