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 962e461 commit 427f225Copy full SHA for 427f225
JSFW.js
@@ -1,7 +1,7 @@
1
(
2
3
function () {
4
- var __ = function (args) {
+ var $$$ = function (args) {
5
return new lib(args);
6
};
7
@@ -14,7 +14,7 @@
14
}
15
this.length = selector.length;
16
if (typeof this.length === 'undefined') {this.length = 1;}
17
- this.version = '1.0.1';
+ this.version = '0.0.1';
18
19
var i = 0;
20
for (i = 0; i < this.length; i++) {
@@ -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,9 +114,9 @@
114
115
116
117
- if(!window.__) {
118
- window.__ = __;
+ if(!window.$$$) {
+ window.$$$ = $$$;
119
120
121
122
-)();
+)();
0 commit comments