mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Code refactoring (5) (es5 -> es2015)
This commit is contained in:
parent
c148e19ea3
commit
cec53b111f
68 changed files with 2210 additions and 2472 deletions
5
dev/External/ko.js
vendored
5
dev/External/ko.js
vendored
|
|
@ -1210,6 +1210,11 @@ ko.extenders.idleTrigger = function(oTarget)
|
|||
|
||||
// functions
|
||||
|
||||
ko.observable.fn.idleTrigger = function()
|
||||
{
|
||||
return this.extend({'idleTrigger': true});
|
||||
};
|
||||
|
||||
ko.observable.fn.validateNone = function()
|
||||
{
|
||||
this.hasError = ko.observable(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue