Update src/extensions/jg_dev/index.js
Browse files
src/extensions/jg_dev/index.js
CHANGED
@@ -1153,6 +1153,50 @@ class JgDevBlocks {
|
|
1153 |
// Generic noop
|
1154 |
return;
|
1155 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1156 |
}
|
1157 |
|
1158 |
module.exports = JgDevBlocks;
|
|
|
1153 |
// Generic noop
|
1154 |
return;
|
1155 |
}
|
1156 |
+
|
1157 |
+
duplicato() {
|
1158 |
+
return 0
|
1159 |
+
}
|
1160 |
+
theheheuoihew9h9() {}
|
1161 |
+
docsScreenshotBlock() {
|
1162 |
+
return 0
|
1163 |
+
}
|
1164 |
+
customShapeOCTAGONAL() {
|
1165 |
+
return 0
|
1166 |
+
}
|
1167 |
+
customShapeBUMPED() {
|
1168 |
+
return 0
|
1169 |
+
}
|
1170 |
+
customShapeINDENTED() {
|
1171 |
+
return 0
|
1172 |
+
}
|
1173 |
+
customShapeSCRAPPED() {
|
1174 |
+
return 0
|
1175 |
+
}
|
1176 |
+
customShapeARROW() {
|
1177 |
+
return 0
|
1178 |
+
}
|
1179 |
+
customShapeTICKET() {
|
1180 |
+
return 0
|
1181 |
+
}
|
1182 |
+
customShapeInputOCTAGONAL() {
|
1183 |
+
return 0
|
1184 |
+
}
|
1185 |
+
customShapeInputBUMPED() {
|
1186 |
+
return 0
|
1187 |
+
}
|
1188 |
+
customShapeInputINDENTED() {
|
1189 |
+
return 0
|
1190 |
+
}
|
1191 |
+
customShapeInputSCRAPPED() {
|
1192 |
+
return 0
|
1193 |
+
}
|
1194 |
+
customShapeInputARROW() {
|
1195 |
+
return 0
|
1196 |
+
}
|
1197 |
+
customShapeInputTICKET() {
|
1198 |
+
return 0
|
1199 |
+
}
|
1200 |
}
|
1201 |
|
1202 |
module.exports = JgDevBlocks;
|