Created
July 8, 2013 23:26
-
-
Save kenany/5953352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/bundle.js b/standalone.js | |
| index 24a4cc2..c20437a 100644 | |
| --- a/bundle.js | |
| +++ b/standalone.js | |
| @@ -1,4 +1,5 @@ | |
| -require=(function(e,t,n){function i(n,s){if(!t[n]){if(!e[n]){var o=typeof require=="function"&&require;if(!s&&o)return o(n,!0);if(r)return r(n,!0);throw new Error("Cannot find module '"+n+"'")}var u=t[n]={exports:{}};e[n][0].call(u.exports,function(t){var r=e[n][1][t];return i(r?r:t)},u,u.exports)}return t[n].exports}var r=typeof require=="function"&&require;for(var s=0;s<n.length;s++)i(n[s]);return i})({1:[function(require,module,exports){ | |
| +(function(e){if("function"==typeof bootstrap)bootstrap("trumpet",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeTrumpet=e}else"undefined"!=typeof window?window.trumpet=e():global.trumpet=e()})(function(){var define,ses,bootstrap,module,exports; | |
| +return (function(e,t,n){function i(n,s){if(!t[n]){if(!e[n]){var o=typeof require=="function"&&require;if(!s&&o)return o(n,!0);if(r)return r(n,!0);throw new Error("Cannot find module '"+n+"'")}var u=t[n]={exports:{}};e[n][0].call(u.exports,function(t){var r=e[n][1][t];return i(r?r:t)},u,u.exports)}return t[n].exports}var r=typeof require=="function"&&require;for(var s=0;s<n.length;s++)i(n[s]);return i})({1:[function(require,module,exports){ | |
| var ATTR_RE = RegExp( | |
| '\\[([^=~|\\]]+)\\s*(?:([\\|~]=|=)\\s*' | |
| + '("(?:[^"]|\\")+"|' | |
| @@ -335,9 +336,7 @@ EventEmitter.prototype.listeners = function(type) { | |
| }; | |
| })(require("__browserify_process")) | |
| -},{"__browserify_process":2}],"trumpet":[function(require,module,exports){ | |
| -module.exports=require('751dpX'); | |
| -},{}],4:[function(require,module,exports){ | |
| +},{"__browserify_process":2}],4:[function(require,module,exports){ | |
| require=(function(e,t,n,r){function i(r){if(!n[r]){if(!t[r]){if(e)return e(r);throw new Error("Cannot find module '"+r+"'")}var s=n[r]={exports:{}};t[r][0](function(e){var n=t[r][1][e];return i(n?n:e)},s,s.exports)}return n[r].exports}for(var s=0;s<r.length;s++)i(r[s]);return i})(typeof require!=="undefined"&&require,{1:[function(require,module,exports){ | |
| // UTILITY | |
| var util = require('util'); | |
| @@ -4199,7 +4198,7 @@ SlowBuffer.prototype.writeDoubleBE = Buffer.prototype.writeDoubleBE; | |
| },{}]},{},[]) | |
| ;;module.exports=require("buffer-browserify") | |
| -},{}],"751dpX":[function(require,module,exports){ | |
| +},{}],5:[function(require,module,exports){ | |
| (function(Buffer){var through = require('through'); | |
| var tokenize = require('./lib/tokenize.js'); | |
| var parseSelector = require('./lib/selector.js'); | |
| @@ -4512,7 +4511,7 @@ Result.prototype.createStream = function (opts) { | |
| }; | |
| })(require("__browserify_Buffer").Buffer) | |
| -},{"./lib/tokenize.js":5,"./lib/selector.js":1,"./lib/matcher.js":6,"events":3,"through":7,"ent":8,"inherits":9,"duplexer":10,"__browserify_Buffer":4}],9:[function(require,module,exports){ | |
| +},{"./lib/tokenize.js":6,"./lib/selector.js":1,"./lib/matcher.js":7,"events":3,"through":8,"ent":9,"inherits":10,"duplexer":11,"__browserify_Buffer":4}],10:[function(require,module,exports){ | |
| if (typeof Object.create === 'function') { | |
| // implementation from standard node.js 'util' module | |
| module.exports = function inherits(ctor, superCtor) { | |
| @@ -4537,7 +4536,7 @@ if (typeof Object.create === 'function') { | |
| } | |
| } | |
| -},{}],7:[function(require,module,exports){ | |
| +},{}],8:[function(require,module,exports){ | |
| (function(process){var Stream = require('stream') | |
| // through | |
| @@ -4648,7 +4647,7 @@ function through (write, end, opts) { | |
| })(require("__browserify_process")) | |
| -},{"stream":11,"__browserify_process":2}],10:[function(require,module,exports){ | |
| +},{"stream":12,"__browserify_process":2}],11:[function(require,module,exports){ | |
| var Stream = require("stream") | |
| var writeMethods = ["write", "end", "destroy"] | |
| var readMethods = ["resume", "pause"] | |
| @@ -4737,7 +4736,7 @@ function duplex(writer, reader) { | |
| } | |
| } | |
| -},{"stream":11}],8:[function(require,module,exports){ | |
| +},{"stream":12}],9:[function(require,module,exports){ | |
| var entities = require('./entities.json'); | |
| var revEntities = {}; | |
| @@ -4801,7 +4800,7 @@ exports.decode = function (str) { | |
| ; | |
| }; | |
| -},{"./entities.json":12}],11:[function(require,module,exports){ | |
| +},{"./entities.json":13}],12:[function(require,module,exports){ | |
| var events = require('events'); | |
| var util = require('util'); | |
| @@ -4922,7 +4921,7 @@ Stream.prototype.pipe = function(dest, options) { | |
| return dest; | |
| }; | |
| -},{"events":3,"util":13}],12:[function(require,module,exports){ | |
| +},{"events":3,"util":14}],13:[function(require,module,exports){ | |
| module.exports={ | |
| "amp" : "&", | |
| "gt" : ">", | |
| @@ -5179,7 +5178,7 @@ module.exports={ | |
| "diams;" : 9830 | |
| } | |
| -},{}],13:[function(require,module,exports){ | |
| +},{}],14:[function(require,module,exports){ | |
| var events = require('events'); | |
| exports.isArray = isArray; | |
| @@ -5532,7 +5531,7 @@ exports.format = function(f) { | |
| return str; | |
| }; | |
| -},{"events":3}],6:[function(require,module,exports){ | |
| +},{"events":3}],7:[function(require,module,exports){ | |
| var inherits = require('inherits'); | |
| var EventEmitter = require('events').EventEmitter; | |
| var SPECIAL = { | |
| @@ -5760,7 +5759,7 @@ function matchSelector (sel, node) { | |
| } | |
| }; | |
| -},{"events":3,"inherits":9}],5:[function(require,module,exports){ | |
| +},{"events":3,"inherits":10}],6:[function(require,module,exports){ | |
| (function(Buffer){var sax = require('sax'); | |
| var through = require('through'); | |
| var buffers = require('buffers'); | |
| @@ -5860,7 +5859,7 @@ module.exports = function (opts) { | |
| }; | |
| })(require("__browserify_Buffer").Buffer) | |
| -},{"sax":14,"through":7,"buffers":15,"__browserify_Buffer":4}],14:[function(require,module,exports){ | |
| +},{"through":8,"sax":15,"buffers":16,"__browserify_Buffer":4}],15:[function(require,module,exports){ | |
| (function(){// wrapper for non-node envs | |
| ;(function (sax) { | |
| @@ -7179,7 +7178,7 @@ function write (chunk) { | |
| })(typeof exports === "undefined" ? sax = {} : exports) | |
| })() | |
| -},{"stream":11}],15:[function(require,module,exports){ | |
| +},{"stream":12}],16:[function(require,module,exports){ | |
| (function(Buffer){module.exports = Buffers; | |
| function Buffers (bufs) { | |
| @@ -7451,5 +7450,6 @@ Buffers.prototype.toString = function(encoding, start, end) { | |
| } | |
| })(require("__browserify_Buffer").Buffer) | |
| -},{"__browserify_Buffer":4}]},{},[]) | |
| +},{"__browserify_Buffer":4}]},{},[5])(5) | |
| +}); | |
| ; | |
| \ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment