mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 00:24:39 +08:00
remove trailing whitespaces ❤️
This commit is contained in:
@ -16,7 +16,7 @@ var jQuery = window.jQuery = function() { return jQuery; };
|
||||
jQuery.ready = function() { return jQuery; };
|
||||
jQuery.inArray = function() { return jQuery; };
|
||||
jQuery.event = {
|
||||
fixHooks: function() {
|
||||
fixHooks: function() {
|
||||
}
|
||||
};
|
||||
|
||||
@ -26,4 +26,4 @@ var $ = jQuery;
|
||||
// Ember
|
||||
function precompileEmberHandlebars(string) {
|
||||
return Ember.Handlebars.precompile(string).toString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user