diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-09 21:50:07 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-09 21:50:07 -0400 |
commit | 0c881046fc5b1fd4235617ecd9bf092c7863ac41 (patch) | |
tree | 245cdb818b7fb3099fac29cd0ac6d5877394bc96 /js | |
parent | eb3aa051da9df81086c7adba0d03e404b754b025 (diff) | |
download | luigi-template-0c881046fc5b1fd4235617ecd9bf092c7863ac41.tar.bz2 luigi-template-0c881046fc5b1fd4235617ecd9bf092c7863ac41.zip |
js: add @global annotation
Diffstat (limited to 'js')
-rw-r--r-- | js/luigi-template.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/luigi-template.js b/js/luigi-template.js index 96dabd4..ffea61d 100644 --- a/js/luigi-template.js +++ b/js/luigi-template.js @@ -149,7 +149,7 @@ var Luigi = (function() { /** * Luigi Template namespace. * - * @namespace + * @global */ var Luigi = { /** |