Commit 795219f7 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Add polyfill.js

parent 4ff6caa4
// fix problems using c3 with phantomjs #578
Function.prototype.bind = Function.prototype.bind || function (thisp) {
var fn = this;
return function () {
return fn.apply(thisp, arguments);
};
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment