cho45 (owner)

Revisions

gist: 135729 Download_button fork
public
Public Clone URL: git://gist.github.com/135729.git
Embed All Files: show embed
Text only #
1
2
3
4
5
        var isSupportedCSXHR = (B.isFirefox && v >= 3.5) ||
                               (B.isIE && v >= 8.0) ||
                               (B.isSafari && v >= 4.0) ||
                               (B.isChrome && v >= 2.0);