wekan/client/config
Alexander Sulfrian 43f3a2f3d5 Fix untranslated watch/unwatch for gecko (#606)
In the Gecko JavaScript engine the Object prototype has a method
'watch()' and 'unwatch()'. This causes strange error messages displayed,
if 'watch' and 'unwatch' are not translated in the chosen localization.
The i18n module cannot handle, if it gets a function for the
translation.

This is a quick fix that removes the 'watch' and 'unwatch' properties
from the Object prototype.

See also: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
2016-07-19 02:17:15 +02:00
..
blazeHelpers.js Upgrade ESLint to v2 2016-03-17 16:26:14 +01:00
gecko-fix.js Fix untranslated watch/unwatch for gecko (#606) 2016-07-19 02:17:15 +02:00
presence.js Change our presence package 2015-09-04 01:44:10 +02:00
reactiveTabs.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00