Skip to content

Commit 28bb599

Browse files
committed
[mozilla#178] Removes old files;
1 parent ab82d12 commit 28bb599

File tree

2 files changed

+14
-270
lines changed

2 files changed

+14
-270
lines changed

popcorn-api-draft.js

-269
This file was deleted.

test/popcorn.unit.setup.js

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// suppress console log errors
2+
if ( !window['console'] ) {
3+
var console = {},
4+
methods = 'log debug info warn error exception assert dir dirxml trace group groupEnd groupCollapsed time timeEnd profile profileEnd count clear notifyFirebug getFirebugElement firebug element'.split(' ');
5+
6+
for ( var m in methods ) {
7+
console[ methods[m] ] = function () {
8+
//Array.prototype.slice.call(arguments)
9+
};
10+
}
11+
}
12+
113

214
(function (global) {
315

@@ -43,4 +55,5 @@
4355
})(window);
4456

4557

46-
Setup.getGlobalSize();
58+
Setup.getGlobalSize();
59+

0 commit comments

Comments
 (0)