UNPKG
fmd.js
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
0.2.6
another module writing system
fmdjs.org
fmdjs/fmd.js
fmd.js
/
src
/
plugins
/
non.js
19 lines
(13 loc)
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** *
@module
fmd/non *
@author
Edgar <mail
@edgar
.im> *
@version
v0.2 *
@date
131015 * */
fmd
(
'non'
, [
'plugin'
,
'preload'
],
function
(
plugin, preload
){
'use strict'
; plugin.
register
(
'non'
,
function
(
callback
){
preload
(
this
.
group
, callback ); } ); } );