We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d426fed commit 197b07fCopy full SHA for 197b07f
JSFW.js
@@ -1,7 +1,7 @@
1
(
2
3
function () {
4
- var $$$ = function (args) {
+ var ___ = function (args) {
5
return new lib(args);
6
};
7
@@ -24,7 +24,7 @@
24
return this;
25
26
27
- $$$.func = lib.prototype = {
+ ___.func = lib.prototype = {
28
/* general */
29
hide: function() {
30
var len = this.length;
@@ -114,8 +114,8 @@
114
}
115
116
117
- if(!window.$$$) {
118
- window.$$$ = $$$;
+ if(!window.___) {
+ window.___ = ___;
119
120
121
0 commit comments