Created
January 31, 2013 23:52
-
-
Save mikewilcox/4687826 to your computer and use it in GitHub Desktop.
Converts older dojoType/dojoAttachEtc to data-dojo-etc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
komodo.assertMacroVersion(3); | |
if (komodo.view) { komodo.view.setFocus(); } | |
Find_ReplaceAllInMacro(window, 0, 'dojoAttachEvent', 'data-dojo-attach-event', false, 0, 0, false, false); | |
Find_ReplaceAllInMacro(window, 0, 'dojoAttachPoint', 'data-dojo-attach-point', false, 0, 0, false, false); | |
Find_ReplaceAllInMacro(window, 0, 'dojoType', 'data-dojo-type', false, 0, 0, false, false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment