summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins/with_hide_and_show.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mixins/with_hide_and_show.js')
-rw-r--r--web-ui/app/js/mixins/with_hide_and_show.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/js/mixins/with_hide_and_show.js b/web-ui/app/js/mixins/with_hide_and_show.js
index 7c2a92c4..c8902f61 100644
--- a/web-ui/app/js/mixins/with_hide_and_show.js
+++ b/web-ui/app/js/mixins/with_hide_and_show.js
@@ -15,6 +15,7 @@
* along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
*/
define(function(require) {
+ 'use strict';
function withHideAndShow() {
this.hide = function () {