1
0
mirror of synced 2025-03-10 22:56:12 +03:00

removed trailing spaces

This commit is contained in:
Igor Vaynberg 2012-06-27 21:44:31 -07:00
parent ebcd59fb29
commit 45442aa8d7

View File

@ -665,7 +665,6 @@
data.push({id: this, text: this}); data.push({id: this, text: this});
}); });
if ($.isFunction(callback))
callback(data); callback(data);
}; };
} }