Blame view

app/bower_components/jquery/src/var/hasOwn.js 110 Bytes
87c93a029   Dang YoungWorld   add modal
1
  define( [
f986e111b   TRUONG   add libs
2
3
  	"./class2type"
  ], function( class2type ) {
87c93a029   Dang YoungWorld   add modal
4
  	"use strict";
f986e111b   TRUONG   add libs
5
  	return class2type.hasOwnProperty;
87c93a029   Dang YoungWorld   add modal
6
  } );