Correcting window reference

This commit is contained in:
Tomas Alabes 2013-04-28 21:44:49 -03:00
parent ad5bf88893
commit f6380efe61
3 changed files with 3 additions and 3 deletions

2
raphael-min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -140,7 +140,7 @@
appendChild = "appendChild",
apply = "apply",
concat = "concat",
supportsTouch = ('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch, //taken from Modernizr touch test
supportsTouch = ('ontouchstart' in g.win) || g.win.DocumentTouch && g.doc instanceof DocumentTouch, //taken from Modernizr touch test
E = "",
S = " ",
Str = String,

View File

@ -520,7 +520,7 @@
appendChild = "appendChild",
apply = "apply",
concat = "concat",
supportsTouch = ('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch, //taken from Modernizr touch test
supportsTouch = ('ontouchstart' in g.win) || g.win.DocumentTouch && g.doc instanceof DocumentTouch, //taken from Modernizr touch test
E = "",
S = " ",
Str = String,