Overview
Comment: | [core][js] Textformater add functions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | core | nodejs |
Files: | files | file ages | folders |
SHA3-256: |
f16a92cab44204acd8fbe51e2305482f |
User & Date: | IllusionPerdu on 2018-10-12 13:35:19 |
Other Links: | branch diff | manifest | tags |
Context
2018-10-12
| ||
14:20 | [core][js] Textformater more usable check-in: c70980cc3c user: IllusionPerdu tags: core, nodejs | |
13:35 | [core][js] Textformater add functions check-in: f16a92cab4 user: IllusionPerdu tags: core, nodejs | |
12:03 | [core][js] Fix textformater check-in: dcba084a8d user: IllusionPerdu tags: core, nodejs | |
Changes
Modified gc_lang/fr/modules-js/textformatter.js from [37082b32a5] to [f30182bb9d].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + - + | // Grammalecte - text formatter /* jshint esversion:6, -W097 */ /* jslint esversion:6 */ |
︙ | |||
261 262 263 264 265 266 267 | 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 | - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | ]); const dTFOptions = dTFDefaultOptions.gl_shallowCopy(); class TextFormatter { |