1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Fix indentation.

This commit is contained in:
Thomas Tanghus 2013-01-02 02:22:16 +01:00
parent 3bef7d13a8
commit 14b98ca449

View File

@ -1,9 +1,9 @@
Modernizr.load({ Modernizr.load({
test: Modernizr.input.placeholder, test: Modernizr.input.placeholder,
nope: [ nope: [
OC.filePath('contacts', 'css', 'placeholder_polyfill.min.css'), OC.filePath('contacts', 'css', 'placeholder_polyfill.min.css'),
OC.filePath('contacts', 'js', 'placeholder_polyfill.jquery.min.combo.js') OC.filePath('contacts', 'js', 'placeholder_polyfill.jquery.min.combo.js')
] ]
}); });
var utils = {}; var utils = {};