Skip to content

Commit 0b514f5

Browse files
committed
test
1 parent 4f0c568 commit 0b514f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

js/jing.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,7 @@
159159
return this.pushStack($.map(this, function(elem, i){
160160
return callback.call(elem, i, elem);
161161
}));
162-
},
163-
now : function(){
164-
return +(new Date());
165-
},
166-
support : support
162+
}
167163
}
168164

169165
$.fn.init.prototype = $.fn;
@@ -371,7 +367,11 @@
371367
return string.replace(rmsPrefix, 'ms-').replace(rdashAlpha, _.fcamelCase);
372368
},
373369
// 全局计数器对象
374-
guid : 1
370+
guid : 1,
371+
now : function(){
372+
return +(new Date());
373+
},
374+
support : support
375375
});
376376

377377
/**

0 commit comments

Comments
 (0)