Clean code.

This commit is contained in:
Lars Jung 2015-04-29 23:11:45 +02:00
parent 8c34337136
commit 2479aa597b
3 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,6 @@
modulejs.define('view/notification', ['$', 'view/root'], function ($, root) {
var template = '<div id="notification"/>';
var $el = $(template);
var $el = $('<div id="notification"/>');
function set(content) {