Skip to content

Commit

Permalink
swf2lwf.rb: Change "LWF" reference
Browse files Browse the repository at this point in the history
  • Loading branch information
splhack committed Jun 11, 2014
1 parent ade3ad9 commit b7056ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/swf2lwf/swf2lwf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4242,7 +4242,7 @@ def swf2lwf(*args)
js.write <<-EOL
global.LWF.Script = global.LWF.Script || {};
global.LWF.Script["#{lwfname}"] = function() {
var LWF = global.LWF.LWF;
var LWF = global.LWF;
var Loader = global.LWF.Loader;
var Movie = global.LWF.Movie;
var Property = global.LWF.Property;
Expand Down

0 comments on commit b7056ae

Please sign in to comment.