newlines at end of file

yes, IDE is now configured accordingly.
This commit is contained in:
Arthur Schiwon 2015-04-09 14:00:34 +02:00
parent 9ed9741d81
commit 630e35d8cc
12 changed files with 11 additions and 14 deletions

View File

@ -86,4 +86,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardDetectorQueue = WizardDetectorQueue;
})();
})();

View File

@ -73,4 +73,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.FilterOnType = FilterOnType;
})();
})();

View File

@ -24,4 +24,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.FilterOnTypeFactory = FilterOnTypeFactory;
})();
})();

View File

@ -370,4 +370,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardTabAbstractFilter = WizardTabAbstractFilter;
})();
})();

View File

@ -327,4 +327,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardTabAdvanced = WizardTabAdvanced;
})();
})();

View File

@ -343,4 +343,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardTabElementary = WizardTabElementary;
})();
})();

View File

@ -127,4 +127,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardTabExpert = WizardTabExpert;
})();
})();

View File

@ -121,4 +121,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardTabGroupFilter = WizardTabGroupFilter;
})();
})();

View File

@ -232,4 +232,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardTabLoginFilter = WizardTabLoginFilter;
})();
})();

View File

@ -133,4 +133,4 @@ OCA = OCA || {};
});
OCA.LDAP.Wizard.WizardTabUserFilter = WizardTabUserFilter;
})();
})();

View File

@ -74,4 +74,4 @@ foreach($defaults as $key => $default) {
$tmpl->assign($key.'_default', $default);
}
return $tmpl->fetchPage();
return $tmpl->fetchPage();

View File

@ -1,3 +0,0 @@
<form id="ldapWizard" class="section" action="#" method="post">
<h2><?php p($l->t('LDAP2')); ?></h2>
</form>