1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Minor vapi-common improvement -- cache vAPI in local scope

This commit is contained in:
Chris 2015-02-10 14:50:44 -07:00
parent a17882a8cc
commit 9a75572d8c

View File

@ -27,7 +27,7 @@
'use strict';
self.vAPI = self.vAPI || {};
var vAPI = self.vAPI = self.vAPI || {};
/******************************************************************************/