fixed ctrl-i in textboxes (still blocks firefox however)

This commit is contained in:
Martin Stubenschrott
2008-04-17 10:13:51 +00:00
parent fc191bad88
commit 545a0ffb25
+1 -1
View File
@@ -933,7 +933,7 @@ const liberator = (function () //{{{
run: function () run: function ()
{ {
func(args); func.apply(window, args);
} }
}; };
} }