Skip to content

Commit 197b07f

Browse files
committed
Critical Update
1 parent d426fed commit 197b07f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

JSFW.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(
22

33
function () {
4-
var $$$ = function (args) {
4+
var ___ = function (args) {
55
return new lib(args);
66
};
77

@@ -24,7 +24,7 @@
2424
return this;
2525
};
2626

27-
$$$.func = lib.prototype = {
27+
___.func = lib.prototype = {
2828
/* general */
2929
hide: function() {
3030
var len = this.length;
@@ -114,8 +114,8 @@
114114
}
115115
};
116116

117-
if(!window.$$$) {
118-
window.$$$ = $$$;
117+
if(!window.___) {
118+
window.___ = ___;
119119
}
120120
}
121121

0 commit comments

Comments
 (0)