1
0
Fork 0

Rebuilt aardvark.

This commit is contained in:
Alan Plum 2015-06-22 14:17:22 +02:00
parent 40507358f4
commit 51baafd941
1 changed files with 2 additions and 2 deletions

View File

@ -2677,8 +2677,8 @@ window.StatisticsCollection = Backbone.Collection.extend({
return obj; return obj;
}, },
createPasswordEntry: function(id, label, value, info, placeholder, mandatory) { createPasswordEntry: function(id, label, value, info, placeholder, mandatory, regexp) {
var obj = createTextStub(this.tables.PASSWORD, label, value, info, placeholder, mandatory); var obj = createTextStub(this.tables.PASSWORD, label, value, info, placeholder, mandatory, regexp);
obj.id = id; obj.id = id;
return obj; return obj;
}, },