1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-06-26 03:30:47 +03:00

Use strict

This commit is contained in:
Bruno Dias 2015-04-14 00:32:47 -03:00
parent abaf5509f2
commit bd88b38e10
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
'use strict'
/* Element Helpers */
/*
While you can write HTML elements by hand, those helpers make it easier to

View file

@ -1,3 +1,5 @@
'use strict'
/*
Undularity Tools

View file

@ -1,3 +1,5 @@
'use strict'
/*
Quality definition function

View file

@ -1,3 +1,5 @@
'use strict'
var undum = require('undum-commonjs'),
md = require('markdown-it'),
$ = require('jquery');