Browse Source

Add TODO.

Herby Vojčík 6 years ago
parent
commit
5af849ed90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      support/helpers.js

+ 1 - 0
support/helpers.js

@@ -45,6 +45,7 @@ define(["amber/boot", "require"], function (boot, require) {
                 // pass
             }
             mixinToSettings(fromStorage || {});
+            // TODO find less hackish way to store settings back to storage.
             if (typeof window !== "undefined") {
                 requirejs(['jquery'], function ($) {
                     $(window).on('beforeunload', function () {