1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00

JSHint obeisance

This commit is contained in:
Jeremy Ruston 2012-05-05 22:50:01 +01:00
parent 9a69e89465
commit 7454dc598e

View File

@ -8,7 +8,7 @@ This file is a bit of a dumping ground; the expectation is that most of these fu
\*/
(function(){
/*jslint node: true */
/*jslint node: true, browser: true */
"use strict";
var utils = exports;