Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Side by Side Diff: polymer_0.4.0/bower_components/chai/chai.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ;(function(){ 1 ;(function(){
2 2
3 /** 3 /**
4 * Require the given path. 4 * Require the given path.
5 * 5 *
6 * @param {String} path 6 * @param {String} path
7 * @return {Object} exports 7 * @return {Object} exports
8 * @api public 8 * @api public
9 */ 9 */
10 10
(...skipping 4784 matching lines...) Expand 10 before | Expand all | Expand 10 after
4795 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec t/index.js"); 4795 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec t/index.js");
4796 require.alias("chaijs-type-detect/lib/type.js", "chaijs-type-detect/index.js"); 4796 require.alias("chaijs-type-detect/lib/type.js", "chaijs-type-detect/index.js");
4797 require.alias("chaijs-deep-eql/lib/eql.js", "chaijs-deep-eql/index.js"); 4797 require.alias("chaijs-deep-eql/lib/eql.js", "chaijs-deep-eql/index.js");
4798 require.alias("chai/index.js", "chai/index.js");if (typeof exports == "object") { 4798 require.alias("chai/index.js", "chai/index.js");if (typeof exports == "object") {
4799 module.exports = require("chai"); 4799 module.exports = require("chai");
4800 } else if (typeof define == "function" && define.amd) { 4800 } else if (typeof define == "function" && define.amd) {
4801 define([], function(){ return require("chai"); }); 4801 define([], function(){ return require("chai"); });
4802 } else { 4802 } else {
4803 this["chai"] = require("chai"); 4803 this["chai"] = require("chai");
4804 }})(); 4804 }})();
OLDNEW
« no previous file with comments | « polymer_0.4.0/bower_components/chai/bower.json ('k') | polymer_0.4.0/bower_components/chai/component.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698