mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +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({
|
||||
test: Modernizr.input.placeholder,
|
||||
nope: [
|
||||
OC.filePath('contacts', 'css', 'placeholder_polyfill.min.css'),
|
||||
OC.filePath('contacts', 'js', 'placeholder_polyfill.jquery.min.combo.js')
|
||||
]
|
||||
test: Modernizr.input.placeholder,
|
||||
nope: [
|
||||
OC.filePath('contacts', 'css', 'placeholder_polyfill.min.css'),
|
||||
OC.filePath('contacts', 'js', 'placeholder_polyfill.jquery.min.combo.js')
|
||||
]
|
||||
});
|
||||
|
||||
var utils = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user