Changes between Version 1 and Version 6 of Ticket #2419


Ignore:
Timestamp:
Feb 5, 2014, 5:11:57 PM (10 years ago)
Author:
fabio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2419

    • Property Cc Yves added
  • Ticket #2419 – Description

    v1 v6  
    44
    55The files in question are:
    6     source/tools/jsdebugger/js/lib/jquery-1.8.3.min.js
    7     source/tools/jsdebugger/js/lib/jquery.easyui/jquery-1.8.0.min.js
     6* [http://trac.wildfiregames.com/browser/ps/trunk/source/tools/jsdebugger/js/lib/jquery-1.8.3.min.js source/tools/jsdebugger/js/lib/jquery-1.8.3.min.js]
     7* [http://trac.wildfiregames.com/browser/ps/trunk/source/tools/jsdebugger/js/lib/jquery.easyui/jquery-1.8.0.min.js source/tools/jsdebugger/js/lib/jquery.easyui/jquery-1.8.0.min.js]
    88and maybe:
    9     source/tools/jsdebugger/js/lib/jquery.easyui/jquery.easyui.min.js
     9* [http://trac.wildfiregames.com/browser/ps/trunk/source/tools/jsdebugger/js/lib/jquery.easyui/jquery.easyui.min.js source/tools/jsdebugger/js/lib/jquery.easyui/jquery.easyui.min.js]
    1010
    1111i.e. please consider placing these files (also attached) into the same directory as the corresponding minified version:
    1212
    13 jquery 1.8.3: http://code.jquery.com/jquery-1.8.3.js
    14 
    15 jquery 1.8.0: http://code.jquery.com/jquery-1.8.0.js
     13* jquery 1.8.3: http://code.jquery.com/jquery-1.8.3.js
     14* jquery 1.8.0: http://code.jquery.com/jquery-1.8.0.js
    1615
    1716For "jquery.easyui.min.js", is it safe to assume that everything in source/tools/jsdebugger/js/lib/jquery.easyui/src/ corresponds to the source code for that file?