Test waka

This commit is contained in:
Khoa Le
2016-06-15 17:45:15 +07:00
parent a909adcb02
commit 2f4de88bf4
118 changed files with 2978 additions and 339 deletions

1
js/polyfill.js Normal file
View File

@@ -0,0 +1 @@
"function"!=typeof Function.prototype.bind&&(Function.prototype.bind=function(t){var o=Array.prototype.slice.call(arguments,1),n=this,r=function(){},p=function(){return n.apply(this instanceof r?this:t||{},o.concat(Array.prototype.slice.call(arguments)))};return r.prototype=this.prototype||{},p.prototype=new r,p});