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
/** | |
* A simple library for adding a searchObject parameter to global location object. | |
* The script supports IE7+ and the normal browsers | |
* @copyright Semen Kamenetskiy <[email protected]> | |
* @link https://gist.github.com/skamenetskiy/398a7512960e827b4ab2 | |
*/ | |
(function (Window, History, Location, _objectName, _prefix, _states) { | |
'use strict'; |