Changeset 13506

Show
Ignore:
Timestamp:
04/30/08 09:21:04 (4 months ago)
Author:
dylan
Message:

refs #6653, fix a global reference bug in dojox.encoding, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/encoding/crypto/Blowfish.js

    r12340 r13506  
    242242 
    243243                //      init the boxes 
    244                 var pos=0, data=0, res={ left:0, right:0 }, i, j; 
     244                var pos=0, data=0, res={ left:0, right:0 }, i, j, l; 
    245245                var box = {  
    246246                        p: dojo.map(boxes.p.slice(0), function(item){