You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Katoka <gi...@git.apache.org> on 2012/07/27 13:29:52 UTC

incubator-cordova-weinre pull request: Fix for Ticket CB-468 / [weinre] VML...

GitHub user Katoka opened a pull request:

    https://github.com/apache/incubator-cordova-weinre/pull/6

    Fix for Ticket CB-468 / [weinre] VML rule in CSS causes Weinre to not show style rules

    The error was that webkitMatchesSelector can't handle colons without escaping.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Katoka/incubator-cordova-weinre master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-weinre/pull/6.patch

----
commit 2681c5d559e14d8677327abfc3a94e31dd239743
Author: Taner Topal <ta...@textunes.de>
Date:   2012-07-27T04:28:00-07:00

    Fix for Ticket CB-468. VML rules in CSS will work again now

----