mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-05 05:03:06 +02:00
Cleans code.
This commit is contained in:
parent
6d3438cb1c
commit
fa6e7cfa1a
@ -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…
x
Reference in New Issue
Block a user