Plugin Directory

Changeset 1690599


Ignore:
Timestamp:
07/04/2017 01:48:21 PM (9 years ago)
Author:
enguerranws
Message:

Fix JS error

Location:
import-tweets-as-wp-posts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • import-tweets-as-wp-posts/tags/1.2/tweetie.min.js

    r1690588 r1690599  
    88    'use strict';
    99   
    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; }
    1111
    1212    $.fn.twittie = function () {
  • import-tweets-as-wp-posts/trunk/tweetie.min.js

    r1690588 r1690599  
    88    'use strict';
    99   
    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; }
    1111
    1212    $.fn.twittie = function () {
Note: See TracChangeset for help on using the changeset viewer.