Files
cappuccino/AppKit
Frank Rehwinkel 54477b8b8f Make variable local: key
This line of code was introduced years ago with a variable that
javascript is happy to add to the global name space.  Clearly it
was meant as a local variable.  Probably a cut and paste error
because other places in the code use the same syntax but there the
value is a local because the var statement for it appeared elsewhere
in the function.

Once code like this is cleaned up to use the new 'let' construct,
as well as 'use strict', mistakes like this will be much less likely
to go uncaught.
2017-05-04 16:01:53 -04:00
..
2015-10-23 10:18:03 +02:00
2016-10-08 17:33:21 +02:00
2016-05-12 20:17:14 +02:00
2013-01-23 15:48:55 +07:00
2015-10-23 10:18:03 +02:00
2016-06-20 19:34:00 +02:00
2016-05-15 11:58:22 +02:00
2013-01-23 15:48:55 +07:00
2016-02-06 20:39:49 +01:00
2016-10-18 21:46:21 +02:00
2013-01-08 18:07:15 +00:00
2015-11-19 06:13:18 +01:00
2013-02-20 03:00:20 -05:00
2013-01-24 19:18:39 +08:00
2010-12-09 13:00:52 -08:00
2016-05-10 22:28:35 +02:00
2016-02-06 20:39:49 +01:00
2016-02-06 20:39:49 +01:00
2013-01-24 19:18:39 +08:00
2016-12-24 20:46:12 +01:00
2015-12-07 14:58:42 +01:00
2011-03-25 22:52:57 -04:00
2016-11-13 22:55:29 +01:00
2015-12-01 21:06:55 +01:00
2015-10-23 10:18:03 +02:00
2017-05-04 16:01:53 -04:00
2016-02-06 20:39:49 +01:00
2016-02-06 20:39:49 +01:00
2015-12-10 18:29:34 +01:00
2013-01-11 00:48:18 +00:00
2013-01-24 19:18:39 +08:00
2016-08-18 23:52:10 +01:00
2011-10-25 14:33:47 +02:00