mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
12 lines
95 B
Plaintext
12 lines
95 B
Plaintext
# requirejs
|
|
snippet def
|
|
define([
|
|
${1}
|
|
], function(
|
|
${2}
|
|
){
|
|
'use strict';
|
|
|
|
${3}
|
|
});
|