Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
Update builds.
Browse files Browse the repository at this point in the history
Not clear why they need updating ...
  • Loading branch information
ghostwords committed Jul 18, 2014
1 parent 25d7a59 commit b1f3474
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions chrome/js/builds/background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

},{}],2:[function(require,module,exports){
/*!
* Chameleon
*
Expand Down Expand Up @@ -227,7 +229,7 @@ chrome.webNavigation.onCommitted.addListener(onNavigation);
// TODO switch to chrome.alarms?
setInterval(tabData.clean, 300000);

},{"../lib/content_script_utils":2,"../lib/tabdata":3,"../lib/utils":4}],2:[function(require,module,exports){
},{"../lib/content_script_utils":3,"../lib/tabdata":4,"../lib/utils":5}],3:[function(require,module,exports){
/*!
* Chameleon
*
Expand Down Expand Up @@ -272,7 +274,7 @@ module.exports.sendMessage = function (name, message, callback) {
chrome.runtime.sendMessage.apply(chrome.runtime, args);
};

},{}],3:[function(require,module,exports){
},{}],4:[function(require,module,exports){
/*!
* Chameleon
*
Expand Down Expand Up @@ -340,7 +342,7 @@ var tabData = {

module.exports = tabData;

},{}],4:[function(require,module,exports){
},{}],5:[function(require,module,exports){
/*!
* Chameleon
*
Expand All @@ -367,4 +369,4 @@ module.exports.getAccessCount = function (counts) {
return Object.keys(props).length;
};

},{}]},{},[1])
},{}]},{},[2])
8 changes: 5 additions & 3 deletions chrome/js/builds/panel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

},{}],2:[function(require,module,exports){
/** @jsx React.DOM */

/*!
Expand Down Expand Up @@ -211,7 +213,7 @@ var ReportRow = React.createClass({displayName: 'ReportRow',

React.renderComponent(PanelApp(null ), document.body);

},{"../lib/content_script_utils":2,"../lib/utils":3}],2:[function(require,module,exports){
},{"../lib/content_script_utils":3,"../lib/utils":4}],3:[function(require,module,exports){
/*!
* Chameleon
*
Expand Down Expand Up @@ -256,7 +258,7 @@ module.exports.sendMessage = function (name, message, callback) {
chrome.runtime.sendMessage.apply(chrome.runtime, args);
};

},{}],3:[function(require,module,exports){
},{}],4:[function(require,module,exports){
/*!
* Chameleon
*
Expand All @@ -283,4 +285,4 @@ module.exports.getAccessCount = function (counts) {
return Object.keys(props).length;
};

},{}]},{},[1])
},{}]},{},[2])

0 comments on commit b1f3474

Please sign in to comment.