mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
9 lines
95 B
JavaScript
9 lines
95 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
window._gaq = window._gaq || {
|
|
push() {
|
|
}
|
|
};
|
|
}());
|