Created
March 9, 2012 09:37
-
-
Save csainty/2005844 to your computer and use it in GitHub Desktop.
jQuery UI on Windows 8
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
var dm = $.fn.domManip; | |
$.fn.domManip = function (a, b, c) { | |
var result; | |
var that = this; | |
MSApp.execUnsafeLocalFunction(function () { | |
result = dm.call(that, a, b, c); | |
}); | |
return result; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment