mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Fix indentation.
This commit is contained in:
parent
3bef7d13a8
commit
14b98ca449
10
js/app.js
10
js/app.js
@ -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 = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user