Cleans code.
This commit is contained in:
parent
6d3438cb1c
commit
fa6e7cfa1a
2 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,7 @@
|
|||
|
||||
modulejs.define('core/notify', ['$'], function ($) {
|
||||
|
||||
var test = null,
|
||||
|
||||
template = '<div id="notify"/>',
|
||||
|
||||
id = 0,
|
||||
var template = '<div id="notify"/>',
|
||||
|
||||
set = function (content) {
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ modulejs.define('ext/filter', ['_', '$', 'core/settings', 'core/resource', 'core
|
|||
})
|
||||
.on('keypress', updt);
|
||||
|
||||
event.sub('location.changed', updf)
|
||||
event.sub('location.changed', updf);
|
||||
};
|
||||
|
||||
init();
|
||||
|
|
Loading…
Add table
Reference in a new issue