This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * jQuery Fisheye Grid version 0.01 | |
| * Copyright 2011, Adam Laughlin | |
| * http://a-laughlin.com | |
| * Licensed under MIT & GPL version 2 | |
| * http://static.a-laughlin.com/mit_license.txt | |
| * http://static.a-laughlin.com/gpl_license.txt | |
| */ | |
| /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var foo='test', barObj; | |
| function bar(){ | |
| return {baz:'bop',bazReg:/^bop$/} | |
| }; | |
| bar.prototype.someArray=[1,2,3,null,undefined,false,true,!!1,void 0,'#foo',bar]; | |
| barObj=new Bar(); |
NewerOlder