mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
(js) Minor cleanup
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
compile: compile
|
||||
};
|
||||
|
||||
function compile (tElement, tAttrs) {
|
||||
function compile(tElement, tAttrs) {
|
||||
|
||||
// Attach a click handler in compile in order to immediately stop propagation
|
||||
// (especially for ng-click) when the checkmark is disabled.
|
||||
|
||||
Reference in New Issue
Block a user