Skip to content

Commit 427f225

Browse files
committed
One more critical update
1 parent 962e461 commit 427f225

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

JSFW.js

Lines changed: 6 additions & 6 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

@@ -14,7 +14,7 @@
1414
}
1515
this.length = selector.length;
1616
if (typeof this.length === 'undefined') {this.length = 1;}
17-
this.version = '1.0.1';
17+
this.version = '0.0.1';
1818

1919
var i = 0;
2020
for (i = 0; i < this.length; i++) {
@@ -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,9 +114,9 @@
114114
}
115115
};
116116

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

122-
)();
122+
)();

0 commit comments

Comments
 (0)