Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
5 Zeilen
158 B
JavaScript
5 Zeilen
158 B
JavaScript
import { registerUnbound } from 'discourse-common/lib/helpers';
|
|
|
|
registerUnbound('dasherize', function(string) {
|
|
return Ember.String.dasherize(string);
|
|
});
|