Changeset 1690599
- Timestamp:
- 07/04/2017 01:48:21 PM (9 years ago)
- Location:
- import-tweets-as-wp-posts
- Files:
-
- 2 edited
-
tags/1.2/tweetie.min.js (modified) (1 diff)
-
trunk/tweetie.min.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
import-tweets-as-wp-posts/tags/1.2/tweetie.min.js
r1690588 r1690599 8 8 'use strict'; 9 9 10 function isNumber( n) { return ! isNaN (o-0) && o !== null && o !== "" && o !== false; }10 function isNumber(o) { return ! isNaN (o-0) && o !== null && o !== "" && o !== false; } 11 11 12 12 $.fn.twittie = function () { -
import-tweets-as-wp-posts/trunk/tweetie.min.js
r1690588 r1690599 8 8 'use strict'; 9 9 10 function isNumber( n) { return ! isNaN (o-0) && o !== null && o !== "" && o !== false; }10 function isNumber(o) { return ! isNaN (o-0) && o !== null && o !== "" && o !== false; } 11 11 12 12 $.fn.twittie = function () {
Note: See TracChangeset
for help on using the changeset viewer.