Remove test flag from browser-update script

This commit is contained in:
Roman Hotsiy 2016-02-18 15:05:45 +02:00
parent ce5306f1de
commit 518321bfd4

View File

@ -1,6 +1,6 @@
/*eslint no-unused-vars: 0*/
'use strict';
var $buoop = { vs: {i:9, f:25, o:12.1, s:7}, c:2, test: true };
var $buoop = { vs: {i:9, f:25, o:12.1, s:7}, c:2 };
function $buo_f(){
var e = document.createElement('script');
e.src = '//browser-update.org/update.min.js';