Test Waka

This commit is contained in:
Khoa Le
2016-06-15 17:55:21 +07:00
parent 7a8ea04159
commit 21ccbf14d5
110 changed files with 2978 additions and 0 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});