Use native method for #contains() until the new winding code is ready.

Providing a temporary fix for #400.
This commit is contained in:
Jürg Lehni 2014-02-22 13:10:03 +01:00
parent ea0147fe85
commit f95982c365

View file

@ -23,6 +23,6 @@ var __options = {
fatline: true,
paperscript: true,
palette: true,
nativeContains: false,
nativeContains: true,
debug: false
};