We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0c568 commit 0b514f5Copy full SHA for 0b514f5
js/jing.js
@@ -159,11 +159,7 @@
159
return this.pushStack($.map(this, function(elem, i){
160
return callback.call(elem, i, elem);
161
}));
162
- },
163
- now : function(){
164
- return +(new Date());
165
166
- support : support
+ }
167
}
168
169
$.fn.init.prototype = $.fn;
@@ -371,7 +367,11 @@
371
367
return string.replace(rmsPrefix, 'ms-').replace(rdashAlpha, _.fcamelCase);
372
368
},
373
369
// 全局计数器对象
374
- guid : 1
370
+ guid : 1,
+ now : function(){
+ return +(new Date());
+ },
+ support : support
375
});
376
377
/**
0 commit comments