From 4e65b9884768f72409a13ff2796acc0c631d7999 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Fri, 11 Dec 2015 11:39:29 -0800 Subject: [PATCH] Add placeholder refresh() method, in case it's called before Panini has initialized --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f4356b1..a1e9f33 100644 --- a/index.js +++ b/index.js @@ -47,3 +47,4 @@ module.exports = function(options) { } module.exports.Panini = Panini; +module.exports.refresh = function() {}