Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.00 branch: ref set in window namespace (applyImage) #58

Open
hwde opened this issue Feb 5, 2015 · 1 comment
Open

1.4.00 branch: ref set in window namespace (applyImage) #58

hwde opened this issue Feb 5, 2015 · 1 comment

Comments

@hwde
Copy link

hwde commented Feb 5, 2015

See:

applyImage: function (url, destObj) {

        var imageObj = $('<img/>').hide(),
            currentImageObj = this.pp.getDC().find("." + this.pp.getMediaId() + "_image"); // select by class to workaround timing issues causing multiple <img> of the same ID being present in the DOM
            ref = this; //<!-- this one ... 
@hwde
Copy link
Author

hwde commented Feb 5, 2015

Hm, there seems to be some more globels:
$p has been added
projekktor has been added
label has been added
img has been added
platforms has been added
old has been added
best has been added
storedData has been added
jQuery19107194780057761818 has been added
unit has been added

This one is a very nice helper to detect var's :
https://stackoverflow.com/questions/14063064/how-to-find-the-global-variables-used-in-my-javascript/14063123#14063123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant