From 04aee138963f53de63fa3e4adff0ef7422e74607 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Aug 2018 19:25:45 -0600 Subject: [PATCH] fix comment --- oauth3.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth3.core.js b/oauth3.core.js index 222553a..76047f2 100644 --- a/oauth3.core.js +++ b/oauth3.core.js @@ -1,4 +1,4 @@ -/ * global Promise */ +/* global Promise */ ;(function (exports) { 'use strict';