Changed all usages of the depreciated ".className" to ".type" that were ...#3697
Changed all usages of the depreciated ".className" to ".type" that were ...#3697redmunds merged 3 commits intoadobe:masterfrom
Conversation
…re being used on objects returned from the getTokenAt() method. There are many ".className" references that refer to the name of the CSS class, and all these were left alone. Also, any uses of ".className" in the third party code was left alone as well.
|
@jeffslofish Thanks for the pull request. An update has been made to the files in JavaScriptCodeHints that caused a conflict. Please fix so I can merge the code. Thanks. |
…-3676 Conflicts: src/extensions/default/JavaScriptCodeHints/Session.js
|
@jeffslofish , something it not right about this pull request since you merged. The "Files Changed" tab shows a lot of files that I don't think you changed. I'm hoping it's a temporary quirk with github.com. One change you do need to make is running Hopefully, the "Files Changed" tab will be sorted out by then. |
…were being used on objects returned from the getTokenAt() method that was missed during a merge.
|
Looks good. Merging. |
Changed all usages of the depreciated ".className" to ".type" that were ...
...being used on objects returned from the getTokenAt() method. There are many ".className" references that refer to the name of the CSS class, and all these were left alone. Also, any uses of ".className" in the third party code was left alone as well.
This is for Issue #3676